File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
py :
23
+ - " 3.13"
23
24
- " 3.12"
24
25
- " 3.11"
25
26
- " 3.10"
36
37
python-version : ${{ matrix.py }}
37
38
- run : uv sync --extra test --locked
38
39
- run : uv run pytest --benchmark-disable -vvv
40
+
39
41
mypy :
40
42
runs-on : ubuntu-latest
41
43
steps :
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ classifiers = [
18
18
" Programming Language :: Python :: 3.10" ,
19
19
" Programming Language :: Python :: 3.11" ,
20
20
" Programming Language :: Python :: 3.12" ,
21
+ " Programming Language :: Python :: 3.13" ,
21
22
" Programming Language :: Rust" ,
22
23
" Programming Language :: Python :: Implementation :: CPython" ,
23
24
" Programming Language :: Python :: Implementation :: PyPy" ,
You can’t perform that action at this time.
0 commit comments