From a7bd428970fbde3e04a6aa43ba47ebf0ee377554 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 3 Dec 2022 09:29:22 +0100 Subject: [PATCH] Up minimum Python to 3.10 --- .github/workflows/github_action_test_suite.yml | 2 +- pyproject.toml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index 9c2b64e5e2..15ec3e84c0 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.10", "3.11"] TESTING_DB: ["sqlite3", "postgresql", "mysql"] include: - python-version: "3.10" diff --git a/pyproject.toml b/pyproject.toml index f6268a16e5..231e1dca90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ maintainers = [ { name="Griatch", email="griatch@gmail.com" }, ] description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*)." -requires-python = ">=3.9" +requires-python = ">=3.10" readme = { file="README.md", content-type="text/markdown" } license = { text="BSD" } keywords = [ @@ -19,7 +19,8 @@ keywords = [ ] classifiers = [ "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: JavaScript", "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: BSD License", @@ -111,7 +112,7 @@ extra = [ [tool.black] line-length = 100 -target-version = ['py39', 'py310', 'py311'] +target-version = ['py310', 'py311'] exclude = ''' (