Skip to content

Commit d0cef60

Browse files
Merge pull request #30 from hsf-training/eduardo-rm-python-3.7
Require Python >= 3.9
2 parents 86646b9 + 6caf0d1 commit d0cef60

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ 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
2221
project_urls =
2322
Bug Tracker = https://github.com/hsf-training/participation-analysis/issues
2423
Documentation = https://hsfparana.readthedocs.io/
2524
Source Code = https://github.com/hsf-training/participation-analysis
26-
python_requires = >=3.7
25+
python_requires = >=3.9
2726

2827
[options]
2928
packages = find:
@@ -34,7 +33,7 @@ install_requires =
3433
pandas
3534
python-frontmatter
3635
pyyaml
37-
python_requires = >=3.8
36+
python_requires = >=3.9
3837
include_package_data = True
3938
package_dir =
4039
=src

0 commit comments

Comments
 (0)