Skip to content

Commit

Permalink
Bump python versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed May 1, 2024
1 parent 60fcd9c commit 49a246b
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -9,7 +9,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
python-version: ["3.7.17", "3.12.0"]
python-version: ["3.8", "3.12"]
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 @@ -8,7 +8,7 @@ jobs:
pytest:
strategy:
matrix:
python-version: ["3.7.17", "3.12.0"]
python-version: ["3.8", "3.12"]
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 @@ -9,7 +9,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
python-version: ["3.7.17", "3.12.0"]
python-version: ["3.8", "3.12"]
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 @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.7", "3.12"]
python-version: ["3.10", "3.12"]
name: pytest-macos-python-${{ matrix.python-version }}
steps:
- name: Checkout
Expand Down

0 comments on commit 49a246b

Please sign in to comment.