From 70320e3aa5d5094c63433c09fdcd591f1df7dfc0 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:07:42 +0200 Subject: [PATCH] Add classifier for Python 3.14 --- pyproject.toml | 1 + test-data/unit/cmdline.test | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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