Skip to content

Commit d519524

Browse files
chore: Test with Python 3.13 (#81)
1 parent 0930801 commit d519524

File tree

3 files changed

+258
-238
lines changed

3 files changed

+258
-238
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "3.10"
2121
- "3.11"
2222
- "3.12"
23+
- "3.13"
2324

2425
steps:
2526
- uses: actions/checkout@v4
@@ -37,6 +38,7 @@ jobs:
3738
poetry --version
3839
- name: Install dependencies
3940
run: |
41+
poetry env use ${{ matrix.python-version }}
4042
poetry install
4143
- name: Test with pytest
4244
run: |

0 commit comments

Comments
 (0)