From 8caedf822dc4a7d5f95b06538e153c6a1285cccc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 3 Dec 2024 16:05:15 -0600 Subject: [PATCH] Update repo for Python 3.9+ (#66) --- .pre-commit-config.yaml | 4 ++-- setup.py | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82e6130..c4c5601 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,10 +32,10 @@ repos: args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/asottile/pyupgrade - rev: v2.7.2 + rev: v3.19.0 hooks: - id: pyupgrade - args: [--py36-plus] + args: [--py39-plus] # - repo: https://github.com/pre-commit/mirrors-mypy # rev: v1.11.2 # hooks: diff --git a/setup.py b/setup.py index 23cecf0..f89d5c4 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,11 @@ "Topic :: Utilities", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] setup(