Skip to content

Commit 93fffec

Browse files
committed
Bring tested versions up to date
When we generate the library, we test against all the supported versions, but not in the public repo.
1 parent 24cf42f commit 93fffec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.12]
12+
python-version: [3.10, 3.11, 3.12, 3.13, 3.14]
1313

1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)