File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 3535 - " 3.12"
3636 - " 3.13"
3737 - " 3.14"
38+ - " 3.15"
3839 include :
3940 - os : ubuntu-22.04
4041 python-version : " 3.7"
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ classifiers = [
2929 " Programming Language :: Python :: 3.12" ,
3030 " Programming Language :: Python :: 3.13" ,
3131 " Programming Language :: Python :: 3.14" ,
32+ " Programming Language :: Python :: 3.15" ,
3233 " Topic :: Internet :: WWW/HTTP" ,
3334 " Topic :: Software Development :: Libraries :: Python Modules" ,
3435 " Topic :: Utilities" ,
@@ -78,6 +79,7 @@ env_list = [
7879 " 3.12" ,
7980 " 3.13" ,
8081 " 3.14" ,
82+ " 3.15" ,
8183 " coverage" ,
8284 " lint" ,
8385 " typing" ,
@@ -101,6 +103,7 @@ depends = [
101103 " 3.12" ,
102104 " 3.13" ,
103105 " 3.14" ,
106+ " 3.15" ,
104107]
105108dependency_groups = [ " test" ]
106109commands = [
@@ -138,6 +141,7 @@ commands = [
138141]
139142
140143[tool .tox .gh .python ]
144+ "3.15" = [" 3.15" ]
141145"3.14" = [" 3.14" , " lint" , " typing" ]
142146"3.13" = [" 3.13" ]
143147"3.12" = [" 3.12" ]
You can’t perform that action at this time.
0 commit comments