diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d809cf..37988d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: 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: - uses: actions/checkout@v3 diff --git a/Makefile b/Makefile index 9939417..4a93d92 100644 --- a/Makefile +++ b/Makefile @@ -21,14 +21,16 @@ docs: win_wheels: test cmd /C del /q dist\* - py -3.7-64 setup.py clean --all - py -3.7-64 setup.py bdist_wheel - py -3.8-64 setup.py clean --all - py -3.8-64 setup.py bdist_wheel py -3.9-64 setup.py clean --all py -3.9-64 setup.py bdist_wheel py -3.10-64 setup.py clean --all py -3.10-64 setup.py bdist_wheel + py -3.11-64 setup.py clean --all + py -3.11-64 setup.py bdist_wheel + py -3.12-64 setup.py clean --all + py -3.12-64 setup.py bdist_wheel + py -3.13-64 setup.py clean --all + py -3.13-64 setup.py bdist_wheel linux_wheel: test rm -f dist/* *.so