File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 py :
23+ - " 3.12"
2324 - " 3.11"
2425 - " 3.10"
2526 - " 3.9"
Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ classifiers = [
1919 " Programming Language :: Python :: 3.9" ,
2020 " Programming Language :: Python :: 3.10" ,
2121 " Programming Language :: Python :: 3.11" ,
22+ " Programming Language :: Python :: 3.12" ,
2223 " License :: OSI Approved :: MIT License" ,
2324 " Topic :: Software Development :: Libraries :: Python Modules" ,
25+ " Typing :: Typed"
2426]
2527packages = [
2628 { include = " descope" },
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ env_list =
55 type
66 format
77 report
8- py3{11, 10, 9, 8, 7}
8+ py3{12, 11, 10, 9, 8, 7}
99
1010[testenv]
1111skip_install = true
@@ -34,7 +34,7 @@ commands =
3434commands =
3535 poetry run coverage report
3636depends =
37- py3{11, 10, 9, 8, 7}
37+ py3{12, 11, 10, 9, 8, 7}
3838
3939[testenv:py37]
4040deps =
@@ -46,7 +46,8 @@ commands =
4646
4747[gh]
4848python =
49- 3.11 = py311, type, format
49+ 3.12 = py312, type, format
50+ 3.11 = py311
5051 3.10 = py310
5152 3.9 = py39
5253 3.8 = py38
You can’t perform that action at this time.
0 commit comments