Skip to content

Commit a15f282

Browse files
committed
Remove Python 3.9 from the test matrix
1 parent 2adcd65 commit a15f282

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Set up Python 3.12
14+
- name: Set up Python 3.13
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.12"
17+
python-version: "3.13"
1818
- name: Install hatch
1919
uses: pypa/hatch@install
2020
- name: Lint documentation
@@ -24,10 +24,10 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
27-
- name: Set up Python 3.12
27+
- name: Set up Python 3.13
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.12"
30+
python-version: "3.13"
3131
- name: Install hatch
3232
uses: pypa/hatch@install
3333
- name: Lint style
@@ -37,10 +37,10 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v4
40-
- name: Set up Python 3.12
40+
- name: Set up Python 3.13
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.12"
43+
python-version: "3.13"
4444
- name: Install hatch
4545
uses: pypa/hatch@install
4646
- name: Lint typing
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
strategy:
5252
matrix:
53-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
53+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
5454
steps:
5555
- uses: actions/checkout@v4
5656
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)