Skip to content

Commit

Permalink
Add support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Oct 10, 2024
1 parent d8ca9cb commit 5f4e9e0
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 5f4e9e0

Please sign in to comment.