We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ce721 commit 272cd61Copy full SHA for 272cd61
1 file changed
.github/workflows/test.yml
@@ -26,18 +26,18 @@ jobs:
26
fail-fast: false
27
matrix:
28
include:
29
- - name: hatch-test-py310
30
- os: ubuntu-latest
31
- python: "3.10"
32
- - name: hatch-test-py311
+ - name: hatch-test.py3.11-stable
33
os: ubuntu-latest
34
python: "3.11"
35
- - name: hatch-test-py312
+ - name: hatch-test.py3.12-stable
36
37
python: "3.12"
38
- - name: hatch-test-py312-pre
+ - name: hatch-test.py3.13-stable
+ os: ubuntu-latest
+ python: "3.13"
39
os: macos-latest
40
- python: "3.12"
41
prerelease: "allow"
42
test-type: coverage
43
env: # environment variable for use in codecov's env_vars tagging
0 commit comments