Skip to content

Commit e5ef08a

Browse files
committed
add testing for python 3.13
Signed-off-by: Zen <[email protected]>
1 parent a712287 commit e5ef08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.11", "3.12"]
18+
python-version: ["3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
3232
venv/bin/pip install --upgrade pip
3333
venv/bin/pip install ./zenlib
3434
venv/bin/pip install .
35-
- name: Test with pytest
35+
- name: Run unit tests
3636
run: |
3737
cd tests
3838
../venv/bin/python -m unittest -v

0 commit comments

Comments
 (0)