FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ci: Add python 3.14 · devitocodes/devito@fe36664 · GitHub

Commit fe36664

Browse files
committed
ci: Add python 3.14
1 parent e401545 commit fe36664

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/pytest-core-mpi.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323
strategy:
2424
matrix:
25-
python-version: ['3.10', '3.11']
25+
python-version: ['3.11', '3.14']
2626

2727
env:
2828
DEVITO_LANGUAGE: "openmp"

‎.github/workflows/pytest-core-nompi.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
sympy: "1.14"
7575

7676
- name: pytest-ubuntu-py312-gcc13-omp
77-
python-version: '3.12'
77+
python-version: '3.14'
7878
os: ubuntu-24.04
7979
arch: "gcc-13"
8080
language: "openmp"

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Finite Difference DSL for symbolic computation."
1212
license = { file = "LICENSE.md" }
1313
readme = "README.md"
1414
keywords = ["finite-difference", "DSL", "symbolic", "jit", "devito"]
15-
requires-python = ">=3.10,<3.14"
15+
requires-python = ">=3.10,<3.15"
1616
authors = [
1717
{ name = "Imperial College London", email = "g.gorman@imperial.ac.uk" },
1818
{ name = "Fabio Luporini", email = "fabio@devitocodes.com" },

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL