Skip to content

Commit e1ee36e

Browse files
committed
remove py 3.12 due to numba dep
1 parent 27a0325 commit e1ee36e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
14+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
1515

1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: build manylinux wheels
2323
uses: RalfG/[email protected] #-manylinux2014_x86_64
2424
with:
25-
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
25+
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
2626
build-requirements: 'setuptools wheel twine cython numpy cryptography'
2727
system-packages: 'libffi libffi-devel'
2828
# pre-build-command: 'sh pre-build-script.sh'
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
os: [windows-latest, macos-latest]
45-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
45+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
4646
steps:
4747
- uses: actions/checkout@v2
4848
- name: Set up Python

0 commit comments

Comments
 (0)