We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabb085 commit 115799cCopy full SHA for 115799c
1 file changed
setup.cfg
@@ -16,11 +16,14 @@ classifiers =
16
Programming Language :: Python :: 3
17
Programming Language :: Python :: 3 :: Only
18
Programming Language :: Python :: 3.10
19
+ Programming Language :: Python :: 3.11
20
+ Programming Language :: Python :: 3.12
21
+ Programming Language :: Python :: 3.13
22
project_urls =
23
Bug Tracker = https://github.com/hsf-training/participation-analysis/issues
24
Documentation = https://hsfparana.readthedocs.io/
25
Source Code = https://github.com/hsf-training/participation-analysis
-python_requires = >=3.9
26
+python_requires = >=3.10
27
28
[options]
29
packages = find:
@@ -31,7 +34,6 @@ install_requires =
31
34
pandas
32
35
python-frontmatter
33
36
pyyaml
-python_requires = >=3.10
37
include_package_data = True
38
package_dir =
39
=src
0 commit comments