We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a6f16 commit 7e583c8Copy full SHA for 7e583c8
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
fail-fast: false
31
matrix:
32
os: [ubuntu-latest, macos-latest, windows-latest]
33
- python-version: ["3.8", "3.11"]
+ python-version: ["3.8", "3.13"]
34
35
steps:
36
- name: Check out code
@@ -48,7 +48,7 @@ jobs:
48
run: hatch run test
49
50
- name: Upload coverage
51
- if: "matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'"
+ if: "matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest'"
52
uses: codecov/codecov-action@v5
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
@@ -70,7 +70,7 @@ jobs:
70
- name: Set up python
71
uses: actions/setup-python@v5
72
73
- python-version: "3.11"
+ python-version: "3.13"
74
75
- name: Install Hatch
76
run: pip install --upgrade hatch
0 commit comments