Skip to content

Commit 0bc6414

Browse files
ci: test on more python versions
1 parent 1b94b99 commit 0bc6414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
os: [ubuntu-22.04]
51-
python-version: ['pypy2.7', '3.7', 'pypy3.8']
51+
python-version: ['pypy2.7', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.8']
5252
# os: [ubuntu-latest, windows-latest, macos-latest]
5353
# python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', 'pypy-2.7', 'pypy-3.8']
5454
env:
55-
TOXENV: ${{ matrix.python-version }}
55+
TOXENV: ${{ startsWith(matrix.python-version, 'pypy') && matrix.python-version || format('py{0}', replace(matrix.python-version, '.', '')) }}
5656

5757
steps:
5858
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

0 commit comments

Comments
 (0)