Skip to content

Commit

Permalink
Added Python 3.13. Removed obsolete workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Aug 11, 2024
1 parent 891b02a commit 479234c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
steps:
- uses: actions/checkout@v4
- name: Setup python
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/release-notes.yaml

This file was deleted.

112 changes: 0 additions & 112 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 479234c

Please sign in to comment.