Skip to content

Commit

Permalink
Merge pull request #3825 from rism-digital/update-python-ci-versions
Browse files Browse the repository at this point in the history
Update Python versions
  • Loading branch information
lpugin authored Oct 14, 2024
2 parents 0d36ed9 + b34af00 commit 04e0178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Build the wheels for Linux, Windows and macOS
matrix:
os: [macos-13, macos-14, windows-latest, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
architecture: [x86, x64, arm64]
include:
- os: macos-13
Expand Down

0 comments on commit 04e0178

Please sign in to comment.