Skip to content

Commit 6eba41d

Browse files
committed
update template with python versions
1 parent e042303 commit 6eba41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
python: {{unit_test_python_versions}}
14+
python: ['3.7', '3.8', '3.9', '3.10', "3.11", "3.12", "3.13"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)