Skip to content

Commit

Permalink
Add Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jul 6, 2024
1 parent 33703bc commit c23cccb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x86-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
options: --user 1001:1001
strategy:
matrix:
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']
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
needs: osx-sdk
strategy:
matrix:
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']
arch: ['x64', 'arm64']
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
needs: build-sdk
strategy:
matrix:
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-beta.2']
arch: ['x86', 'x64']
fail-fast: false
env:
Expand Down
11 changes: 5 additions & 6 deletions api/python/build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
tomli==2.0.1
scikit-build-core==0.9.3
scikit-build-core==0.9.8
# For Ninja: msvc.msvc14_get_vc_env
setuptools==69.1.0
setuptools==70.2.0
# For the "env" feature
pydantic==2.7.1
pydantic-core==2.18.2
pydantic==2.8.2
# Implicit from scikit-build-core
pathspec==0.12.1
build==1.0.3
wheel==0.42.0
build==1.2.1
wheel==0.43.0

0 comments on commit c23cccb

Please sign in to comment.