Skip to content

Commit

Permalink
update CI to make 3.7 continue to work
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Jan 16, 2025
1 parent ea96669 commit 47677dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: 3.6
tox-env: py36
- name: py3.7
os: ubuntu-latest
os: ubuntu-22.04
python-version: 3.7
tox-env: py37
- name: py3.8
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
python-version: pypy-2.7
tox-env: pypy
- name: pypy3
os: ubuntu-latest
os: ubuntu-22.04
python-version: pypy-3.7
tox-env: pypy3
# special configurations
Expand Down

0 comments on commit 47677dc

Please sign in to comment.