We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef9f5f commit f944db8Copy full SHA for f944db8
setup.cfg
@@ -15,7 +15,6 @@ classifiers =
15
Operating System :: OS Independent
16
Programming Language :: Python :: 3
17
Programming Language :: Python :: 3 :: Only
18
- Programming Language :: Python :: 3.9
19
Programming Language :: Python :: 3.10
20
project_urls =
21
Bug Tracker = https://github.com/hsf-training/participation-analysis/issues
@@ -32,7 +31,7 @@ install_requires =
32
31
pandas
33
python-frontmatter
34
pyyaml
35
-python_requires = >=3.9
+python_requires = >=3.10
36
include_package_data = True
37
package_dir =
38
=src
0 commit comments