Skip to content

Commit

Permalink
Add python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Oct 4, 2023
1 parent 2ecb060 commit 443a8ce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GithubRunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.venv
.venv3.12
dist
*.egg-info
build
Expand Down

0 comments on commit 443a8ce

Please sign in to comment.