Skip to content

Commit 532ca06

Browse files
committed
ci: build wheels for python 3.11 and 3.12
1 parent 35f1c00 commit 532ca06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: macos-latest
3939
strategy:
4040
matrix:
41-
python-version: ['3.8', '3.9', '3.10']
41+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: Set up Python ${{ matrix.python-version }}
@@ -70,7 +70,7 @@ jobs:
7070
container: quay.io/pypa/manylinux_2_34_x86_64
7171
strategy:
7272
matrix:
73-
python-version: ['cp38-cp38', 'cp39-cp39', 'cp310-cp310']
73+
python-version: ['cp38-cp38', 'cp39-cp39', 'cp310-cp310', 'cp311-cp311', 'cp312-cp312']
7474
steps:
7575
- uses: actions/checkout@v4
7676
- name: Install dependencies

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ classifiers = [
2626
"Programming Language :: Python :: 3.8",
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
29+
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
2931
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3032
]
3133

0 commit comments

Comments
 (0)