From 1bba9bdb07a23d14e495ebc75a6f8611ea766dc2 Mon Sep 17 00:00:00 2001 From: James Robinson Date: Mon, 30 Sep 2024 16:59:11 +0100 Subject: [PATCH] :wrench: Fix python version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b111a51..eaf015c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ authors = [ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", - "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] @@ -160,4 +160,4 @@ ignore = [ "D213", # multi-line-summary-second-line [conflicts with D212] "D400", # ends-in-period [conflicts with D415] "S101", # assert [conflicts with pytest] -] \ No newline at end of file +]