File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 strategy :
6262 fail-fast : false
6363 matrix :
64- py : ["3.11", "3.12", "3.13"]
64+ py : ["3.11", "3.12", "3.13", "3.14" ]
6565 steps :
6666 - uses : actions/checkout@v4.2.2
6767
7979 strategy :
8080 fail-fast : false
8181 matrix :
82- py : ["3.11", "3.12", "3.13"]
82+ py : ["3.11", "3.12", "3.13", "3.14" ]
8383 steps :
8484 - uses : actions/checkout@v4.2.2
8585
9797 fail-fast : false
9898 matrix :
9999 os : [ubuntu-latest, macos-latest, windows-latest]
100- py : ["3.11", "3.12", "3.13"]
100+ py : ["3.11", "3.12", "3.13", "3.14" ]
101101 steps :
102102 - uses : actions/checkout@v4.2.2
103103
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ classifiers = [
2121 " Programming Language :: Python :: 3.11" ,
2222 " Programming Language :: Python :: 3.12" ,
2323 " Programming Language :: Python :: 3.13" ,
24+ " Programming Language :: Python :: 3.14" ,
2425 " Typing :: Stubs Only" ,
2526 " Typing :: Typed" ,
2627]
@@ -247,6 +248,7 @@ env_list = [
247248 " 3.11" ,
248249 " 3.12" ,
249250 " 3.13" ,
251+ " 3.14" ,
250252]
251253
252254 [tool .tox .env_run_base ]
@@ -293,7 +295,6 @@ env_list = [
293295 " mypy" ,
294296 " --no-incremental" ,
295297 " --cache-dir=/dev/null" ,
296- " --soft-error-limit=-1" ,
297298 {replace = " posargs" , default = [" ." ], extend = true },
298299 ],
299300 ]
You can’t perform that action at this time.
0 commit comments