We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6830c7c commit 67c0fe1Copy full SHA for 67c0fe1
.github/workflows/ci.yml
@@ -26,8 +26,6 @@ jobs:
26
test-mpi: true
27
- os: ubuntu-latest
28
python-version: "3.10"
29
- - os: ubuntu-latest
30
- python-version: "3.9"
31
32
python-version: "3.12"
33
pip-pre: "--pre" # Installs pre-release versions of pip dependencies
pyproject.toml
@@ -10,7 +10,7 @@ authors = [
10
description = "Exploratory modelling in Python"
11
readme = "README.md"
12
license = { file="LICENSE.md" }
13
-requires-python = ">=3.9"
+requires-python = ">=3.10"
14
classifiers=[
15
"Programming Language :: Python :: 3",
16
"License :: OSI Approved :: BSD License",
0 commit comments