Skip to content

Commit 115799c

Browse files
Update Python
1 parent fabb085 commit 115799c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ classifiers =
1616
Programming Language :: Python :: 3
1717
Programming Language :: Python :: 3 :: Only
1818
Programming Language :: Python :: 3.10
19+
Programming Language :: Python :: 3.11
20+
Programming Language :: Python :: 3.12
21+
Programming Language :: Python :: 3.13
1922
project_urls =
2023
Bug Tracker = https://github.com/hsf-training/participation-analysis/issues
2124
Documentation = https://hsfparana.readthedocs.io/
2225
Source Code = https://github.com/hsf-training/participation-analysis
23-
python_requires = >=3.9
26+
python_requires = >=3.10
2427

2528
[options]
2629
packages = find:
@@ -31,7 +34,6 @@ install_requires =
3134
pandas
3235
python-frontmatter
3336
pyyaml
34-
python_requires = >=3.10
3537
include_package_data = True
3638
package_dir =
3739
=src

0 commit comments

Comments
 (0)