Skip to content

Commit 9e050cd

Browse files
committed
Python 3.6 support removed.
1 parent a6d02d6 commit 9e050cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/setup_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: [ '3.6','3.7','3.8','3.9', '3.10', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
23+
python-version: [ '3.7','3.8','3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
2424
name: ${{ matrix.python-version }} and tests
2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)