Skip to content

Commit 69d8852

Browse files
committed
Test with Python 3.11-dev
1 parent 164fa44 commit 69d8852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
# todo: extract from source
41-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10"]
41+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11-dev"]
4242
install-from: ["dist/*.whl"]
4343
include:
4444
- python-version: "3.10"

0 commit comments

Comments
 (0)