Skip to content

Commit 6f3753e

Browse files
committed
CI: Update minimum python version to 3.9.
Let's see if this lets the tests pass.
1 parent ec7824e commit 6f3753e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
matrix:
6262
python:
63-
- "3.8" # oldest Python supported by PSF
63+
- "3.9" # oldest Python supported by PSF
6464
- "3.12" # newest Python that is stable
6565
platform:
6666
- ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
dependencies = ['importlib-metadata; python_version<"3.8"']
3131
dynamic = ["version"]
3232
# Require a min/specific Python version (comma-separated conditions)
33-
# python_requires = [">=3.8"]
33+
requires-python = ">=3.9"
3434

3535
[project.readme]
3636
file = "README.rst"

0 commit comments

Comments
 (0)