diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 02f28a1..d1b90b6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -16,8 +16,8 @@ jobs: strategy: matrix: python-version: - - '3.9' - - '3.13' + - '3.10' + - '3.14' steps: # Checkout the repository for processing diff --git a/setup.cfg b/setup.cfg index 8fa1c45..fdee7c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ include_package_data = true install_requires = rdflib >= 6.2.0 packages = case_example_mapping -python_requires = >=3.9 +python_requires = >=3.10 [options.entry_points] console_scripts =