Skip to content

Commit

Permalink
Bump minimum Python version to 3.8
Browse files Browse the repository at this point in the history
Now testing on versions 3.8--3.12.
  • Loading branch information
Edward-Knight committed Mar 30, 2024
1 parent a788066 commit da68d40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.7"]
python-version: ["3.8"]
include:
- os: ubuntu-latest
python-version: "3.8"
- os: ubuntu-latest
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.11.0-rc.1"
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Operating System Kernels :: Linux",
]
requires-python = ">=3.7"
requires-python = ">=3.8"
dynamic = ["version", "description"]

[project.urls]
Expand Down

0 comments on commit da68d40

Please sign in to comment.