Skip to content

Commit fc08867

Browse files
committed
Replace Python 3.6 with 3.11 in CI
1 parent 761d842 commit fc08867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10']
25+
python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', '3.11']
2626
sdl2: ['2.26.0']
2727
name-prefix: ['Linux (Python ']
2828
include:

0 commit comments

Comments
 (0)