We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8bed8 commit e832601Copy full SHA for e832601
.pre-commit-config.yaml
@@ -20,6 +20,7 @@ repos:
20
rev: "v2.0.0"
21
hooks:
22
- id: setup-cfg-fmt
23
+ args: ["--include-version-classifiers", "--max-py-version=3.11"]
24
25
- repo: https://github.com/PyCQA/isort
26
rev: 5.10.1
setup.cfg
@@ -16,6 +16,11 @@ classifiers =
16
License :: OSI Approved :: MIT License
17
Programming Language :: Python :: 3
18
Programming Language :: Python :: 3 :: Only
19
+ Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Physics
[options]
0 commit comments