diff --git a/pyproject.toml b/pyproject.toml index 8a1177f60009..1870e0931407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Software Development", "Typing :: Typed", ] diff --git a/test-data/unit/cmdline.test b/test-data/unit/cmdline.test index c65f55620d67..2db4451adc9a 100644 --- a/test-data/unit/cmdline.test +++ b/test-data/unit/cmdline.test @@ -433,11 +433,11 @@ mypy: error: Mypy no longer supports checking Python 2 code. Consider pinning to python_version = 3.9 [out] -[case testPythonVersionAccepted313] +[case testPythonVersionAccepted314] # cmd: mypy -c pass [file mypy.ini] \[mypy] -python_version = 3.13 +python_version = 3.14 [out] -- This should be a dumping ground for tests of plugins that are sensitive to