File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 28
28
- ' 3.10'
29
29
- ' 3.11'
30
30
- ' 3.12'
31
+ - ' 3.13'
31
32
- pypy-3.8
32
33
- pypy-3.9
34
+ - pypy-3.10
33
35
steps :
34
36
- uses : actions/checkout@v4
35
37
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ classifiers = [
26
26
" Programming Language :: Python :: 3.10" ,
27
27
" Programming Language :: Python :: 3.11" ,
28
28
" Programming Language :: Python :: 3.12" ,
29
+ " Programming Language :: Python :: 3.13" ,
29
30
" Programming Language :: Python :: Implementation :: CPython" ,
30
31
" Programming Language :: Python :: Implementation :: PyPy" ,
31
32
" Topic :: Software Development :: Testing" ,
Original file line number Diff line number Diff line change 4
4
envlist =
5
5
lint
6
6
format
7
- py3{8,9,10,11,12}
8
- pypy3{8,9}
7
+ py3{8,9,10,11,12,13 }
8
+ pypy3{8,9,10 }
9
9
package
10
10
docs
11
11
clean
You can’t perform that action at this time.
0 commit comments