Skip to content

Commit 7e583c8

Browse files
committed
Run on python 3.13
1 parent 95a6f16 commit 7e583c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
os: [ubuntu-latest, macos-latest, windows-latest]
33-
python-version: ["3.8", "3.11"]
33+
python-version: ["3.8", "3.13"]
3434

3535
steps:
3636
- name: Check out code
@@ -48,7 +48,7 @@ jobs:
4848
run: hatch run test
4949

5050
- name: Upload coverage
51-
if: "matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'"
51+
if: "matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest'"
5252
uses: codecov/codecov-action@v5
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up python
7171
uses: actions/setup-python@v5
7272
with:
73-
python-version: "3.11"
73+
python-version: "3.13"
7474

7575
- name: Install Hatch
7676
run: pip install --upgrade hatch

0 commit comments

Comments
 (0)