Skip to content

Commit a8496f3

Browse files
committed
Use cimagic@v2, add python 3.13, deprecate python 3.8.
Fix typo.
1 parent 8120ec2 commit a8496f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
29+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
3030
compiler: ['gcc', 'clang']
3131
os: [macos, ubuntu]
3232
# include:
@@ -81,10 +81,10 @@ jobs:
8181
permissions:
8282
packages: write
8383
needs: build_test_python
84-
uses: sippy/cimagic/.github/workflows/BuildPythonWheels.yml@v1
84+
uses: sippy/cimagic/.github/workflows/BuildPythonWheels.yml@v2
8585

8686
publish_all_wheels:
87-
name: Pubpish Python Wheels
87+
name: Publish Python Wheels
8888
runs-on: ubuntu-latest
8989
needs: build_wheels
9090
environment:
@@ -129,4 +129,4 @@ jobs:
129129
needs: publish_all_wheels
130130
permissions:
131131
contents: write
132-
uses: sippy/cimagic/.github/workflows/RollReleaseDraft.yml@v1
132+
uses: sippy/cimagic/.github/workflows/RollReleaseDraft.yml@v2

0 commit comments

Comments
 (0)