Skip to content

Commit fd28c62

Browse files
committed
Fix check_python_versions script
1 parent cb086cd commit fd28c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python -m pip install -r requirements.txt -r test-requirements.txt
5353
- name: Lint
5454
run: |
55-
python -m check_python_versions --expect 3.6- --only setup.py
55+
python -m check_python_versions --expect 3.9- --only setup.py
5656
- name: Test
5757
env:
5858
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)