We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05ed93 commit c8f8048Copy full SHA for c8f8048
1 file changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.6', 'pypy-3.7', 'pypy-3.8' ]
+ python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8' ]
14
steps:
15
- uses: actions/checkout@v3
16
- name: Set up python
0 commit comments