Skip to content

Commit e832601

Browse files
matthewfeickertandrzejnovak
authored andcommitted
docs: Include version classifiers
1 parent 5f8bed8 commit e832601

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
@@ -20,6 +20,7 @@ repos:
2020
rev: "v2.0.0"
2121
hooks:
2222
- id: setup-cfg-fmt
23+
args: ["--include-version-classifiers", "--max-py-version=3.11"]
2324

2425
- repo: https://github.com/PyCQA/isort
2526
rev: 5.10.1

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ classifiers =
1616
License :: OSI Approved :: MIT License
1717
Programming Language :: Python :: 3
1818
Programming Language :: Python :: 3 :: Only
19+
Programming Language :: Python :: 3.7
20+
Programming Language :: Python :: 3.8
21+
Programming Language :: Python :: 3.9
22+
Programming Language :: Python :: 3.10
23+
Programming Language :: Python :: 3.11
1924
Topic :: Scientific/Engineering :: Physics
2025

2126
[options]

0 commit comments

Comments
 (0)