Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 3aeebd4

Browse files
committed
ci: test python 3.8-3.13
1 parent 9dbf9bb commit 3aeebd4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pkg-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
py-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
17+
py-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1818

1919
steps:
2020
- name: Set up Python ${{ matrix.py-version }}
@@ -30,4 +30,3 @@ jobs:
3030

3131
- name: Run vrelease (help)
3232
run: vrelease -h
33-

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest, macos-latest, windows-latest]
29-
py-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
29+
py-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3030

3131
steps:
3232
- name: Checkout to vrelease-py

0 commit comments

Comments
 (0)