From 443a8ce1dd624a186554e5a9ca7d1c261668814e Mon Sep 17 00:00:00 2001 From: MasloMaslane Date: Wed, 4 Oct 2023 11:31:54 +0200 Subject: [PATCH] Add python 3.12 --- .github/workflows/Arch.yaml | 2 +- .github/workflows/GithubRunner.yaml | 2 +- .github/workflows/Ubuntu.yaml | 2 +- .github/workflows/macOS.yaml | 2 +- .gitignore | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) 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