Skip to content

Commit 987ed79

Browse files
committed
Drop Python 3.10 support
1 parent e50672a commit 987ed79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: ["windows-2022", "ubuntu-latest", "macos-latest"]
29-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
29+
python-version: ["3.11", "3.12", "3.13", "3.14"]
3030

3131
steps:
3232
- name: Checkout FFCx

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "fenics-ffcx"
77
version = "0.11.0.dev0"
88
description = "The FEniCSx Form Compiler"
99
readme = "README.md"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.11"
1111
license = "LGPL-3.0-or-later"
1212
license-files = ["COPYING*"]
1313
authors = [

0 commit comments

Comments
 (0)