Skip to content

Commit 5f84ca4

Browse files
committed
CI/CD with Python 3.9 to 3.13
1 parent 15205b9 commit 5f84ca4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
# platform: [ubuntu-latest, macos-latest]
1717
# python-version: [3.9.5, 3.10.0]
1818
# python-version: [3.9.5]
19-
python-version: [3.9]
20-
# python-version: [3.10.0]
21-
#python-version: [3.9, 3.10]
19+
# python-version: [3.9]
20+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2221

2322
runs-on: ${{ matrix.platform }}
2423

0 commit comments

Comments
 (0)