Skip to content

Commit 67c0fe1

Browse files
committed
move to require 3.10
1 parent 6830c7c commit 67c0fe1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
test-mpi: true
2727
- os: ubuntu-latest
2828
python-version: "3.10"
29-
- os: ubuntu-latest
30-
python-version: "3.9"
3129
- os: ubuntu-latest
3230
python-version: "3.12"
3331
pip-pre: "--pre" # Installs pre-release versions of pip dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
description = "Exploratory modelling in Python"
1111
readme = "README.md"
1212
license = { file="LICENSE.md" }
13-
requires-python = ">=3.9"
13+
requires-python = ">=3.10"
1414
classifiers=[
1515
"Programming Language :: Python :: 3",
1616
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)