Skip to content

Commit

Permalink
update tested pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Jul 22, 2024
1 parent 76c2811 commit 0d2f86f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@ jobs:
action: '3.9'
- name: CPython 3.10
action: '3.10'
- name: CPython 3.11
action: '3.11'
- name: CPython 3.12
action: '3.12'
- name: PyPy 2.7
action: pypy-2.7
- name: PyPy 3.7
action: pypy-3.7
- name: PyPy 3.8
action: pypy-3.8
- name: PyPy 3.9
action: pypy-3.9
- name: PyPy 3.10
action: pypy-3.10
exclude:
- os:
matrix: linux
Expand Down

0 comments on commit 0d2f86f

Please sign in to comment.