Skip to content

Commit 5785577

Browse files
committed
testing python3.13 release
1 parent c3d4bee commit 5785577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testrelease_binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: make_sdist
4141
strategy:
4242
matrix:
43-
pythonpath: ["cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312", "cp313-cp313"]]
43+
pythonpath: ["cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312", "cp313-cp313"]
4444

4545
runs-on: ubuntu-latest
4646
container: quay.io/pypa/manylinux2014_x86_64

mfem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ def debug_print(message):
2020

2121
print(message)
2222

23-
__version__ = '4.8.0rc6'
23+
__version__ = '4.8.0rc7'
2424

0 commit comments

Comments
 (0)