Skip to content

Commit b809179

Browse files
committed
Update Python range to >= 3.10, per 3.9 EOL
No effects were observed on Make-managed files. References: * https://peps.python.org/pep-0596/ Signed-off-by: Alex Nelsin <alexander.nelson@nist.gov>
1 parent 12ac35c commit b809179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version:
19-
- '3.9'
19+
- '3.10'
2020
- '3.13'
2121

2222
steps:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include_package_data = true
1919
install_requires =
2020
rdflib >= 6.2.0
2121
packages = case_example_mapping
22-
python_requires = >=3.9
22+
python_requires = >=3.10
2323

2424
[options.entry_points]
2525
console_scripts =

0 commit comments

Comments
 (0)