Skip to content

Commit 96671c0

Browse files
committed
Update minimum version to 3.10
1 parent 89dcd4c commit 96671c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
os: [ubuntu-latest, macos-latest, windows-latest]
47-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
47+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4848
env:
4949
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
5050
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Python interface to CmdStan"
88
readme = "README.md"
99
license = { text = "BSD-3-Clause" }
1010
authors = [{ name = "Stan Dev Team" }]
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.10"
1212
dependencies = ["pandas", "numpy>=1.21", "tqdm", "stanio>=0.4.0,<2.0.0"]
1313
dynamic = ["version"]
1414
classifiers = [

0 commit comments

Comments
 (0)