From 314751ee8b8d43e597f59d630b57104587824f14 Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Sun, 9 Jul 2023 19:38:49 +0000 Subject: [PATCH] Go --- .github/workflows/continuous-deployment.yml | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index df79027..849fd5b 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -30,7 +30,7 @@ jobs: test-python: strategy: matrix: - python: ['3.7', '3.8', '3.9', '3.10'] + python: ['3.8', '3.9', '3.10', '3.11'] name: Test runs-on: ubuntu-latest steps: diff --git a/setup.py b/setup.py index 72fd229..099c69a 100644 --- a/setup.py +++ b/setup.py @@ -58,10 +58,11 @@ def local_version(version): classifiers=[ "Development Status :: 5 - Production/Stable", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "License :: OSI Approved :: MIT License", ], project_urls={