Skip to content

Commit 6dcd1a4

Browse files
committed
ci: test 3.14 and remove 3.9 and update dependencies
1 parent 94cff9a commit 6dcd1a4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ on: [push, pull_request]
55
jobs:
66
tests:
77
name: Test Python ${{ matrix.python-version }}
8-
# Todo: Revert to ubuntu-latest when Python 3.7 support no longer needed
9-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-latest
109
strategy:
1110
fail-fast: false
1211
matrix:
13-
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
12+
python-version: ["3.14", "3.13", "3.12", "3.11", "3.10"]
1413
steps:
1514
- name: Checkout
16-
uses: actions/checkout@v3
15+
uses: actions/checkout@v5
1716

1817
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
2019
with:
2120
python-version: ${{ matrix.python-version }}
2221

0 commit comments

Comments
 (0)