diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 1106fa2..11df337 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ubuntu, macos, windows] - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13"] name: ${{ matrix.os }} - py${{ matrix.python-version }} runs-on: ${{ matrix.os }}-latest defaults: @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11"] + python-version: ["3.13"] name: pip pre-release - py${{ matrix.python-version }} runs-on: ubuntu-latest steps: diff --git a/pyproject.toml b/pyproject.toml index 2b54955..f524b8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ classifiers = [ 'Operating System :: Microsoft :: Windows', 'Operating System :: Unix', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', @@ -35,7 +34,7 @@ maintainers = [ ] name = 'template' readme = 'README.md' -requires-python = '>=3.10' +requires-python = '>=3.11' version = '0.1.0' [project.optional-dependencies]