@@ -16,10 +16,10 @@ jobs:
1616 # https://help.github.com/articles/virtual-environments-for-github-actions
1717 platform :
1818 - ubuntu-latest # ubuntu-24.04
19- - macos-13 # macos-13 (Intel)
20- - macos-latest # macos-14 (M1)
21- - windows-latest # windows-2022
22- python-version : [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, 3.13, pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10, pypy-3.11]
19+ - macos-15-intel # macos-13 (Intel)
20+ - macos-latest # macos-15 (M1)
21+ - windows-latest # windows-2025
22+ python-version : [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t, pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10, pypy-3.11]
2323 include :
2424 - platform : ubuntu-22.04
2525 python-version : 3.7
3636 - platform : windows-latest
3737 python-version : pypy-3.9
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 if : ${{ ! startsWith(matrix.python-version, 'pypy-') }}
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 if : ${{ startsWith(matrix.python-version, 'pypy-') }}
4343 # Using actions/checkout@v2 or later with pypy causes an error
4444 # https://foss.heptapod.net/pypy/pypy/-/issues/3640
@@ -57,12 +57,12 @@ jobs:
5757 - name : Test with tox
5858 run : tox
5959 - name : Upload coverage.xml
60- if : ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.13 ' }}
60+ if : ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.14 ' }}
6161 uses : actions/upload-artifact@v4
6262 with :
6363 name : tox-gh-actions-coverage
6464 path : coverage.xml
6565 if-no-files-found : error
6666 - name : Upload coverage.xml to codecov
67- if : ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.13 ' }}
67+ if : ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.14 ' }}
6868 uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
0 commit comments