From 2c25cc28a634dd1e97c0411982d8f78f18ee0fca Mon Sep 17 00:00:00 2001 From: MasloMaslane Date: Sun, 8 Dec 2024 16:42:23 +0100 Subject: [PATCH] Bump python versions --- .github/workflows/Arch.yaml | 2 +- .github/workflows/GithubRunner.yaml | 2 +- .github/workflows/Ubuntu.yaml | 2 +- .github/workflows/macOS.yaml | 2 +- setup.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Arch.yaml b/.github/workflows/Arch.yaml index 4ace48ff..84e82a12 100644 --- a/.github/workflows/Arch.yaml +++ b/.github/workflows/Arch.yaml @@ -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 diff --git a/.github/workflows/GithubRunner.yaml b/.github/workflows/GithubRunner.yaml index 53015cea..78b2b43e 100644 --- a/.github/workflows/GithubRunner.yaml +++ b/.github/workflows/GithubRunner.yaml @@ -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: diff --git a/.github/workflows/Ubuntu.yaml b/.github/workflows/Ubuntu.yaml index f788d07d..115358bf 100644 --- a/.github/workflows/Ubuntu.yaml +++ b/.github/workflows/Ubuntu.yaml @@ -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 diff --git a/.github/workflows/macOS.yaml b/.github/workflows/macOS.yaml index 457df818..3f3ad54f 100644 --- a/.github/workflows/macOS.yaml +++ b/.github/workflows/macOS.yaml @@ -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 diff --git a/setup.cfg b/setup.cfg index 0ed68cbf..8003957a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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