Skip to content

Commit 32fa741

Browse files
authored
maintenance: update CI setup
1 parent b324225 commit 32fa741

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,20 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest]
20-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121
env: [{ MINIMAL: "true" }, { MINIMAL: "false" }]
2222
include:
2323
# custom python versions
24-
- os: ubuntu-20.04
25-
python-version: 3.8
26-
- os: macos-13
27-
python-version: 3.8
2824
- os: macos-latest
2925
python-version: "3.13"
30-
- os: windows-latest
31-
python-version: "3.11"
3226
- os: windows-latest
3327
python-version: "3.13"
3428
steps:
35-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3630

3731
# Python and pip setup
3832
- name: Set up Python ${{ matrix.python-version }}
39-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
4034
with:
4135
python-version: ${{ matrix.python-version }}
4236

@@ -85,7 +79,7 @@ jobs:
8579
# coverage
8680
- name: Upload coverage to Codecov
8781
if: ${{ matrix.env.MINIMAL == 'false' && matrix.python-version == '3.13' }}
88-
uses: codecov/codecov-action@v4
82+
uses: codecov/codecov-action@v5
8983
env:
9084
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9185
with:

0 commit comments

Comments
 (0)