diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 990da5b7..969bb395 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -18,12 +18,12 @@ jobs: - name: Setting up PDM uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4 with: - python-version: "3.10" + python-version: "3.11" architecture: x64 - name: Setting up nox uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528 # 2024.04.15 with: - python-versions: "3.10" + python-versions: "3.11" - name: Configure Git Credentials run: | git config user.email "action@github.com" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0ad2cbac..85219749 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,12 +14,12 @@ jobs: - name: Setting up PDM uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4 with: - python-version: "3.10" + python-version: "3.11" architecture: x64 - name: Setting up nox uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528 # 2024.04.15 with: - python-versions: "3.10" + python-versions: "3.11" - name: Performing lint checks run: nox -s lint - name: Performing static type checks @@ -30,7 +30,7 @@ jobs: os: - ubuntu-latest python-version: - - "3.10" + - "3.11" runs-on: ${{ matrix.os }} steps: - name: Install OS dependencies @@ -62,12 +62,12 @@ jobs: - name: Setting up PDM uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4 with: - python-version: "3.10" + python-version: "3.11" architecture: x64 - name: Setting up nox uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528 # 2024.04.15 with: - python-versions: "3.10" + python-versions: "3.11" - name: Configure Git Credentials run: | git config user.email "action@github.com" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 35335747..88b88a7b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,12 +21,12 @@ jobs: - name: Setting up PDM uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4 with: - python-version: "3.10" + python-version: "3.11" architecture: x64 - name: Setting up nox uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528 # 2024.04.15 with: - python-versions: "3.10" + python-versions: "3.11" - name: Configure Git Credentials run: | git config user.email "action@github.com" diff --git a/noxfile.py b/noxfile.py index 57141b8c..568ed7d7 100644 --- a/noxfile.py +++ b/noxfile.py @@ -24,7 +24,7 @@ import nox -PYTHON_VERSIONS = ["3.10"] +PYTHON_VERSIONS = ["3.11"] """The python versions to test on.""" LOCATIONS = "src", "tests", "noxfile.py" diff --git a/pdm.lock b/pdm.lock index 9bf31846..715edb26 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "all", "dev", "docs", "lint", "test", "typecheck", "vision"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:db71a0a80cc410cadc0d9a14b08647ccefcbc7ea1415f49b50ec9d967dbdd56f" +content_hash = "sha256:b5c2458a99d34522d02e8dd5b927023597d07f13187f69e65da1edd43e6ac4d0" [[metadata.targets]] requires_python = ">=3.10"