| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e401545 commit fe36664
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ jobs: | |||
| 22 | 22 | runs-on: ubuntu-22.04 | |
| 23 | 23 | strategy: | |
| 24 | 24 | matrix: | |
| 25 | - python-version: ['3.10', '3.11'] | ||
| 25 | + python-version: ['3.11', '3.14'] | ||
| 26 | 26 | ||
| 27 | 27 | env: | |
| 28 | 28 | DEVITO_LANGUAGE: "openmp" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -74,7 +74,7 @@ jobs: | |||
| 74 | 74 | sympy: "1.14" | |
| 75 | 75 | ||
| 76 | 76 | - name: pytest-ubuntu-py312-gcc13-omp | |
| 77 | - python-version: '3.12' | ||
| 77 | + python-version: '3.14' | ||
| 78 | 78 | os: ubuntu-24.04 | |
| 79 | 79 | arch: "gcc-13" | |
| 80 | 80 | language: "openmp" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ description = "Finite Difference DSL for symbolic computation." | |||
| 12 | 12 | license = { file = "LICENSE.md" } | |
| 13 | 13 | readme = "README.md" | |
| 14 | 14 | keywords = ["finite-difference", "DSL", "symbolic", "jit", "devito"] | |
| 15 | - requires-python = ">=3.10,<3.14" | ||
| 15 | + requires-python = ">=3.10,<3.15" | ||
| 16 | 16 | authors = [ | |
| 17 | 17 | { name = "Imperial College London", email = "g.gorman@imperial.ac.uk" }, | |
| 18 | 18 | { name = "Fabio Luporini", email = "fabio@devitocodes.com" }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments