Skip to content

Commit 20c5c53

Browse files
remove unsupported python from the pipeline
1 parent 6e46ba4 commit 20c5c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python_version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.6' ]
23+
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8' ]
2424
os: [windows-latest, ubuntu-latest] #, macos-latest]
2525
include:
2626
- os: windows-latest

0 commit comments

Comments
 (0)