We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00b915 commit b662657Copy full SHA for b662657
1 file changed
Makefile
@@ -194,6 +194,8 @@ compile-win: ## Builds and tests against all the Python versions on Windows
194
-cmd /c del /s /q build
195
-cmd /c del /s /q .venv
196
-cmd /c md dist
197
+ $(MAKE) compile-win-one PYTHON=c:/python314/python
198
+ $(MAKE) compile-win-one PYTHON=c:/python314-32/python
199
$(MAKE) compile-win-one PYTHON=c:/python313/python
200
$(MAKE) compile-win-one PYTHON=c:/python313-32/python
201
$(MAKE) compile-win-one PYTHON=c:/python312/python
0 commit comments