diff --git a/.github/workflows/Arch.yaml b/.github/workflows/Arch.yaml index 6f354222..2df16c32 100644 --- a/.github/workflows/Arch.yaml +++ b/.github/workflows/Arch.yaml @@ -6,7 +6,7 @@ jobs: runs-on: self-hosted strategy: matrix: - python-version: ["3.7.17", "3.11.4"] + python-version: ["3.7.17", "3.12.0"] name: pytest-arch-python-${{ matrix.python-version }} container: image: archlinux:latest diff --git a/.github/workflows/GithubRunner.yaml b/.github/workflows/GithubRunner.yaml index 01f58643..9e2de9c7 100644 --- a/.github/workflows/GithubRunner.yaml +++ b/.github/workflows/GithubRunner.yaml @@ -5,7 +5,7 @@ jobs: pytest: strategy: matrix: - python-version: ["3.7.17", "3.11.4"] + python-version: ["3.7.17", "3.12.0"] name: pytest-github-runner-python-${{ matrix.python-version }} runs-on: ubuntu-latest steps: diff --git a/.github/workflows/Ubuntu.yaml b/.github/workflows/Ubuntu.yaml index aaa11c09..01f979f1 100644 --- a/.github/workflows/Ubuntu.yaml +++ b/.github/workflows/Ubuntu.yaml @@ -6,7 +6,7 @@ jobs: runs-on: self-hosted strategy: matrix: - python-version: ["3.7.17", "3.11.4"] + python-version: ["3.7.17", "3.12.0"] name: pytest-ubuntu-python-${{ matrix.python-version }} container: image: ubuntu:latest diff --git a/.github/workflows/macOS.yaml b/.github/workflows/macOS.yaml index 3fd54ba1..a29f16f5 100644 --- a/.github/workflows/macOS.yaml +++ b/.github/workflows/macOS.yaml @@ -7,7 +7,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: ["3.7.17", "3.11.4"] + python-version: ["3.7.17", "3.12.0"] name: pytest-macos-python-${{ matrix.python-version }} steps: - name: Checkout diff --git a/.gitignore b/.gitignore index f90ce721..c2f9e2b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .venv +.venv3.12 dist *.egg-info build