We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb086cd commit fd28c62Copy full SHA for fd28c62
.github/workflows/python-latest.yml
@@ -52,7 +52,7 @@ jobs:
52
python -m pip install -r requirements.txt -r test-requirements.txt
53
- name: Lint
54
run: |
55
- python -m check_python_versions --expect 3.6- --only setup.py
+ python -m check_python_versions --expect 3.9- --only setup.py
56
- name: Test
57
env:
58
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}
0 commit comments