Skip to content

Commit 9c2d757

Browse files
committed
requiring python >= 3.9
1 parent 4ea444d commit 9c2d757

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "saddleclimb"
1111
version = "0.1.0"
1212
description = "A tiny single-file Python tool"
1313
readme = "README.md"
14-
requires-python = ">=3.8"
14+
requires-python = ">=3.9"
1515
authors = [
1616
{ name = "Kirk Badger", email = "kirk_badger@brown.edu" }
1717
]
@@ -20,4 +20,4 @@ dependencies = [
2020
"ase",
2121
"scipy",
2222
"pytest",
23-
]
23+
]

0 commit comments

Comments
 (0)