Skip to content

Commit bc5a789

Browse files
authored
Merge pull request #47 from cdlib/update_matrix
Update matrix tests to. use 3.13 and 13.14RC
2 parents 05827dd + a2c9d24 commit bc5a789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compatability-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ['3.12', '3.13']
13+
python-version: ['3.13', '3.14.0-alpha.5']
1414
update-strategy: [minor, major]
1515

1616
steps:

.github/workflows/docker-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
image-tag: ['3.12-slim-bullseye', '3.13-slim-bullseye']
13+
image-tag: ['3.13-slim-bullseye', '3.14-rc-bullseye']
1414
update-strategy: [default, minor]
1515

1616
steps:

0 commit comments

Comments
 (0)