diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index b3efaf54f0..e77427d691 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-14, macos-15, windows-2022] - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13", "3.14"] petsc-scalar-type: ["real"] include: - os: ubuntu-latest diff --git a/python/pyproject.toml b/python/pyproject.toml index 0883335a5d..304fff9448 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -12,7 +12,7 @@ name = "fenics-dolfinx" version = "0.11.0.dev0" description = "DOLFINx Python interface" readme = "../README.md" -requires-python = ">=3.10.0" +requires-python = ">=3.11" license = { file = "../COPYING.LESSER" } authors = [ { email = "fenics-steering-council@googlegroups.com" },