Skip to content

Commit 272cd61

Browse files
committed
fix the yaml names
1 parent 78ce721 commit 272cd61

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
include:
29-
- name: hatch-test-py310
30-
os: ubuntu-latest
31-
python: "3.10"
32-
- name: hatch-test-py311
29+
- name: hatch-test.py3.11-stable
3330
os: ubuntu-latest
3431
python: "3.11"
35-
- name: hatch-test-py312
32+
- name: hatch-test.py3.12-stable
3633
os: ubuntu-latest
3734
python: "3.12"
38-
- name: hatch-test-py312-pre
35+
- name: hatch-test.py3.13-stable
36+
os: ubuntu-latest
37+
python: "3.13"
38+
- name: hatch-test.py3.13-stable
3939
os: macos-latest
40-
python: "3.12"
40+
python: "3.13"
4141
prerelease: "allow"
4242
test-type: coverage
4343
env: # environment variable for use in codecov's env_vars tagging

0 commit comments

Comments
 (0)