Skip to content

Commit

Permalink
python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lepelog authored Oct 8, 2024
1 parent 3542951 commit de9c811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: [windows-latest]
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313'
system-packages: 'epel-release cmake3'
package-path: ''
- name: Upload wheels
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: [macos-13]
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
env:
MACOSX_DEPLOYMENT_TARGET: "10.14"

Expand Down

0 comments on commit de9c811

Please sign in to comment.