Skip to content

Commit

Permalink
a few more 3.13s
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Oct 27, 2024
1 parent 3f8fec7 commit 226560e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-22.04]
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/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
- os: ubuntu-22.04
build: 'cp312-musllinux_x86_64'
name: Linux Intel musl 64-bit 3.12
- os: ubuntu-22.04
build: 'cp313-musllinux_x86_64'
name: Linux Intel musl 64-bit 3.13

- os: ubuntu-22.04
build: 'cp38-manylinux_aarch64'
Expand All @@ -106,6 +109,9 @@ jobs:
- os: ubuntu-22.04
build: 'cp312-manylinux_aarch64'
name: Linux Aarch64 3.12
- os: ubuntu-22.04
build: 'cp313-manylinux_aarch64'
name: Linux Aarch64 3.13

steps:
- uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft :: Windows',
Expand Down

0 comments on commit 226560e

Please sign in to comment.