diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2e0a4f2..349cdc7 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -8,7 +8,7 @@ on: [push, pull_request] env: COVERAGE_OS: ubuntu-latest - COVERAGE_PYTHON_VERSION: 3.13 + COVERAGE_PYTHON_VERSION: 3.14 jobs: build: @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest', 'macos-latest'] - python-version: ['3.9','3.13'] + python-version: ['3.10','3.14'] steps: - name: Checkout diff --git a/setup.cfg b/setup.cfg index 606af1a..9090c8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ classifiers = [options] include_package_data = true packages = find: -python_requires = >=3.9 +python_requires = >=3.10 # See CONTRIBUTE.md before adding a console script line. [options.entry_points]