Skip to content

Commit 99cafce

Browse files
committed
Corrected python version and version number in meson.build.
1 parent a8f5e8a commit 99cafce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'scipy_dae',
3-
version: '0.0.6',
3+
version: '0.0.8',
44
meson_version: '>= 1.1.0',
55
)
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "Python implementation of solvers for differential algebraic equations (DAEs) and implicit differential equations (IDEs) that should be added to scipy one day."
1212
readme = "README.md"
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.10"
1414
dependencies = [
1515
"numpy>=2.0.1",
1616
"scipy>=1.14.0",

0 commit comments

Comments
 (0)