Skip to content

Commit

Permalink
Update repo for Python 3.9+ (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 3, 2024
1 parent 487f74f commit 8caedf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8caedf8

Please sign in to comment.