Skip to content

Commit

Permalink
Merge pull request #874 from xylar/add-python-3.13
Browse files Browse the repository at this point in the history
Add python 3.13 support and make it the default
  • Loading branch information
xylar authored Dec 3, 2024
2 parents 7333744 + 773ca5f commit 9376468
Show file tree
Hide file tree
Showing 33 changed files with 7 additions and 983 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
Expand Down
15 changes: 0 additions & 15 deletions ci/generate.py

This file was deleted.

34 changes: 0 additions & 34 deletions ci/linux_mpi_mpich_python3.10.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions ci/linux_mpi_mpich_python3.11.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions ci/linux_mpi_mpich_python3.12.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions ci/linux_mpi_mpich_python3.9.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions ci/linux_mpi_nompi_python3.10.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions ci/linux_mpi_nompi_python3.11.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions ci/linux_mpi_nompi_python3.12.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions ci/linux_mpi_nompi_python3.9.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions ci/linux_mpi_openmpi_python3.10.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions ci/linux_mpi_openmpi_python3.11.yaml

This file was deleted.

Loading

0 comments on commit 9376468

Please sign in to comment.