Skip to content

Commit b1c2e60

Browse files
committed
drop 3.10 python
1 parent ceb2e8e commit b1c2e60

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ci/environment_test_bare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- numpy>=1.22.4
6-
- scipy>=1.8
6+
- scipy>=1.12
77

88
# testing
99
- sympy

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = 'discretize'
1717
dynamic = ["version"]
1818
description = 'Discretization tools for finite volume and inverse problems'
1919
readme = 'README.rst'
20-
requires-python = '>=3.10'
20+
requires-python = '>=3.11'
2121
authors = [
2222
{name = 'SimPEG developers', email = 'rowanc1@gmail.com'},
2323
]
@@ -32,7 +32,7 @@ dependencies = [
3232
# TODO: update to "pin-compatible" once possible, see
3333
# https://github.com/mesonbuild/meson-python/issues/29
3434
"numpy>=1.22.4",
35-
"scipy>=1.8",
35+
"scipy>=1.12",
3636
]
3737
classifiers = [
3838
"Development Status :: 4 - Beta",
@@ -108,7 +108,7 @@ Repository = 'http://github.com/simpeg/discretize.git'
108108
# skip building wheels for python 3.6, 3.7, 3.8, 3.9, all pypy versions, and specialty linux
109109
# processors (still does arm builds though).
110110
# skip windows 32bit
111-
skip = "cp38-* cp39-* *_ppc64le *_i686 *_s390x *-win32 cp310-win_arm64"
111+
skip = "cp38-* cp39-* cp310-* *_ppc64le *_i686 *_s390x *-win32 cp310-win_arm64"
112112
build-verbosity = 3
113113
enable = ["cpython-freethreading"]
114114

0 commit comments

Comments
 (0)