Skip to content

Commit

Permalink
Add Python 3.13 to Windows compile target
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Aug 13, 2024
1 parent 4265d52 commit f8c6c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ compile-win: ## Builds and tests against all the Python versions on Windows
-cmd /c del /s /q build
-cmd /c del /s /q .venv
-cmd /c md dist
$(MAKE) compile-win-one PYTHON=c:/python313/python
$(MAKE) compile-win-one PYTHON=c:/python313-32/python
$(MAKE) compile-win-one PYTHON=c:/python312/python
$(MAKE) compile-win-one PYTHON=c:/python312-32/python
$(MAKE) compile-win-one PYTHON=c:/python311/python
Expand Down

0 comments on commit f8c6c56

Please sign in to comment.