Skip to content

Commit 36fce1a

Browse files
committed
actions: update supported Python versions
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 57bae9d commit 36fce1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macos-latest, windows-latest]
9-
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
9+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.10']
1010
exclude:
1111
- os: windows-latest
12-
python-version: 'pypy-3.7'
12+
python-version: 'pypy-3.10'
1313
- os: macos-latest
14-
python-version: 'pypy-3.7'
14+
python-version: 'pypy-3.10'
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)