Skip to content

Commit

Permalink
Merge pull request #452 from andfoy/support_313
Browse files Browse the repository at this point in the history
Add support for Python 3.13
  • Loading branch information
andfoy authored Oct 17, 2024
2 parents 9987fbe + bff5aa8 commit fffc687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"]
PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"]
PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down

0 comments on commit fffc687

Please sign in to comment.