Skip to content

Commit 0b3db63

Browse files
committed
add 3.11
1 parent 4e11b98 commit 0b3db63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-wheels-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
#python-version: [ "3.10"]
2828
#os: [ubuntu-latest]
2929
#platform: [x64]
30-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
30+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
3131
os: [ubuntu-latest]
3232
platform: [x64, x32]
3333
include:

.github/workflows/build-wheels-macosx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
python-version: [ "3.8", "3.9", "3.10" ]
27+
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
2828
os: [macos-latest]
2929
platform: [x86_64]
3030
env:

.github/workflows/build-wheels-macosx2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
27+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
2828
os: [macos-latest]
2929
platform: [x86_64]
3030
env:

0 commit comments

Comments
 (0)