File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 14
14
python-version :
15
15
- ' 3.9'
16
16
- ' 3.10'
17
+ - ' 3.11'
18
+ - ' 3.12'
19
+ - ' 3.13'
17
20
- ' pypy-3.9'
18
21
19
22
steps :
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ classifiers = [
21
21
" Programming Language :: Python :: 3 :: Only" ,
22
22
" Programming Language :: Python :: 3.9" ,
23
23
" Programming Language :: Python :: 3.10" ,
24
+ " Programming Language :: Python :: 3.11" ,
25
+ " Programming Language :: Python :: 3.12" ,
26
+ " Programming Language :: Python :: 3.13" ,
24
27
" License :: OSI Approved :: MIT License" ,
25
28
]
26
29
requires-python = " >=3.9, <4"
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ skip_missing_interpreters = true
11
11
envlist =
12
12
py39
13
13
py310
14
+ py311
15
+ py312
16
+ py313
14
17
format
15
18
lint
16
19
You can’t perform that action at this time.
0 commit comments