Skip to content

Commit c98a43e

Browse files
committed
adding pytohn3.12 in testrelease script
1 parent 7f7a13a commit c98a43e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/testrelease_binary.yml

Lines changed: 2 additions & 2 deletions
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"]
43+
pythonpath: ["cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312"
4444

4545
runs-on: ubuntu-latest
4646
container: quay.io/pypa/manylinux2014_x86_64
@@ -83,7 +83,7 @@ jobs:
8383
rm -rf dist/*
8484
export LD_LIBRARY_PATH=${CWD}/external/mfem/cmbuild_ser/:$LD_LIBRARY_PATH
8585
86-
auditwheel -v repair *.whl
86+
auditwheel repair *.whl
8787
rm -rf dist/*
8888
mv wheelhouse/* dist/
8989

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.0rc2'
23+
__version__ = '4.8.0rc3'
2424

0 commit comments

Comments
 (0)