Skip to content

Commit f74a8ef

Browse files
add python 3.13 to test CI
1 parent 7a4e733 commit f74a8ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- "3.10"
3737
- "3.11"
3838
- "3.12"
39+
- "3.13"
3940
toolchain:
4041
- "stable"
4142

@@ -101,6 +102,13 @@ jobs:
101102
source venv/bin/activate
102103
pip install -r requirements-311.txt
103104
105+
- name: Create Virtualenv (3.13)
106+
if: ${{ matrix.python-version == '3.13' }}
107+
run: |
108+
python -m venv venv
109+
source venv/bin/activate
110+
pip install -r requirements-313.txt
111+
104112
- name: Run tests
105113
env:
106114
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)