Skip to content

Commit 516f9ea

Browse files
committed
Add Python 3.11 release candidate to the testing
1 parent f2206e0 commit 516f9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
python-version: [3.7, 3.8, 3.9, "3.10"]
71+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11-dev"]
7272
os: [MacOS, Ubuntu, Windows]
7373

7474
steps:

0 commit comments

Comments
 (0)