Skip to content

Commit e1b4e34

Browse files
committed
remove uv.lock and update test matrix
1 parent a825f28 commit e1b4e34

File tree

2 files changed

+10
-1004
lines changed

2 files changed

+10
-1004
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,20 @@ jobs:
1515
dj50_cms50.txt,
1616
dj51_cms50.txt,
1717
dj52_cms50.txt,
18-
dj60_cms50.txt
1918
]
2019
os: [
2120
ubuntu-latest,
2221
]
22+
include:
23+
- python-version: "3.12"
24+
requirements-file: dj60_cms50.txt
25+
os: ubuntu-latest
26+
- python-version: "3.13"
27+
requirements-file: dj60_cms50.txt
28+
os: ubuntu-latest
29+
- python-version: "3.14"
30+
requirements-file: dj60_cms50.txt
31+
os: ubuntu-latest
2332
steps:
2433
- uses: actions/checkout@v5
2534
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)