Skip to content

Commit 5307427

Browse files
Xavier MedranoXavier Medrano
authored andcommitted
test support for older versions of python
1 parent e7a9055 commit 5307427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
os: [windows-latest, macos-latest, ubuntu-latest]
38-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13-dev"]
38+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3939

4040
steps:
4141
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)