Skip to content

Commit 325b0b4

Browse files
authored
Merge pull request #155 from linkml/matentzn-patch-1
Removed Python 3.9 from the version matrix in GitHub Actions
2 parents 50f4982 + ec7e56a commit 325b0b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2323
fail-fast: false
2424

2525
steps:

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
license = "{{license}}"
1212
license-files = ["LICENSE"]
1313
readme = "README.md"
14-
requires-python = ">=3.9,<4.0"
14+
requires-python = ">=3.10,<4.0"
1515
dynamic = ["version"]
1616
1717
dependencies = [

0 commit comments

Comments
 (0)