Skip to content

Commit

Permalink
Bump python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Dec 8, 2024
1 parent 1e5a62c commit 2c25cc2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.8", "3.12"]
python-version: ["3.9", "3.13"]
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.8", "3.12"]
python-version: ["3.9", "3.13"]
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.8", "3.12"]
python-version: ["3.9", "3.13"]
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.10", "3.12"]
python-version: ["3.10", "3.13"]
name: pytest-macos-python-${{ matrix.python-version }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers =
packages = find_namespace:
packages_dir = src
include_package_data = True
python_requires = >=3.7
python_requires = >=3.9
install_requires =
argparse
argcomplete
Expand Down

0 comments on commit 2c25cc2

Please sign in to comment.