Skip to content

Commit efd4d65

Browse files
committed
fix GitHub actions
don't test experimental Python versions (dependencies are missing), update PETSc to 3.23.x
1 parent 9e2918f commit efd4d65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Fortran.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Grid and Mesh Solver
22
on: [push]
33

44
env:
5-
PETSC_VERSION: '3.22.2'
5+
PETSC_VERSION: '3.23.1'
66
HOMEBREW_NO_ANALYTICS: 'ON' # Make Homebrew installation a little quicker
77
HOMEBREW_NO_AUTO_UPDATE: 'ON'
88
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 'ON'

.github/workflows/Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t']
12+
python-version: ['3.10', '3.11', '3.12', '3.13']
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
fail-fast: false
1515

0 commit comments

Comments
 (0)