Skip to content

Commit 40197a2

Browse files
committed
CI: Test on Python 3.11
1 parent 3232a8a commit 40197a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
29-
python-version: ["3.9", "3.10"]
29+
python-version: ["3.9", "3.10", "3.11"]
3030
architecture: ['x64', 'x86']
3131
install: ['pip']
3232
check: ['test']

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
87-
python-version: [3.7, 3.8, 3.9, "3.10"]
87+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
8888
architecture: ['x64', 'x86']
8989
install: ['pip']
9090
check: ['test']

0 commit comments

Comments
 (0)