File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ classifiers = [
4242 " Programming Language :: Python :: 3.11" ,
4343 " Programming Language :: Python :: 3.12" ,
4444 " Programming Language :: Python :: 3.13" ,
45+ " Programming Language :: Python :: 3.14" ,
4546 " Topic :: Software Development" ,
4647 " Typing :: Typed" ,
4748]
Original file line number Diff line number Diff line change @@ -433,11 +433,11 @@ mypy: error: Mypy no longer supports checking Python 2 code. Consider pinning to
433433python_version = 3.9
434434[out]
435435
436- [case testPythonVersionAccepted313 ]
436+ [case testPythonVersionAccepted314 ]
437437# cmd: mypy -c pass
438438[file mypy.ini]
439439\[mypy]
440- python_version = 3.13
440+ python_version = 3.14
441441[out]
442442
443443-- This should be a dumping ground for tests of plugins that are sensitive to
You can’t perform that action at this time.
0 commit comments