Skip to content

Commit 5aea1c9

Browse files
Require Python >= 3.9
1 parent 86646b9 commit 5aea1c9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.7", "3.8", "3.9", "3.10"]
10+
python-version: ["3.9", "3.10", "3.10", "3.11", "3.12"]
1111

1212
steps:
1313
- uses: actions/checkout@v4

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ classifiers =
1616
Operating System :: OS Independent
1717
Programming Language :: Python :: 3
1818
Programming Language :: Python :: 3 :: Only
19-
Programming Language :: Python :: 3.8
2019
Programming Language :: Python :: 3.9
2120
Programming Language :: Python :: 3.10
21+
Programming Language :: Python :: 3.11
22+
Programming Language :: Python :: 3.12
23+
Programming Language :: Python :: 3.13
2224
project_urls =
2325
Bug Tracker = https://github.com/hsf-training/participation-analysis/issues
2426
Documentation = https://hsfparana.readthedocs.io/
2527
Source Code = https://github.com/hsf-training/participation-analysis
26-
python_requires = >=3.7
28+
python_requires = >=3.9
2729

2830
[options]
2931
packages = find:
@@ -34,7 +36,7 @@ install_requires =
3436
pandas
3537
python-frontmatter
3638
pyyaml
37-
python_requires = >=3.8
39+
python_requires = >=3.9
3840
include_package_data = True
3941
package_dir =
4042
=src

0 commit comments

Comments
 (0)