Skip to content

Commit e4dae6e

Browse files
committed
Update available Python version
1 parent 16d98db commit e4dae6e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ repos:
1515
rev: v2.2.0
1616
hooks:
1717
- id: setup-cfg-fmt
18+
args: [--include-version-classifiers, --max-py-version, "3.11"]
1819

1920
- repo: https://github.com/asottile/pyupgrade
2021
rev: v3.3.1

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ classifiers =
1111
Programming Language :: Python
1212
Programming Language :: Python :: 3
1313
Programming Language :: Python :: 3 :: Only
14+
Programming Language :: Python :: 3.7
15+
Programming Language :: Python :: 3.8
16+
Programming Language :: Python :: 3.9
17+
Programming Language :: Python :: 3.10
18+
Programming Language :: Python :: 3.11
1419
Topic :: Scientific/Engineering
1520
Typing :: Typed
1621

0 commit comments

Comments
 (0)