Skip to content

Commit b662657

Browse files
committed
Also compile windows python 3.14 now it is in beta
1 parent d00b915 commit b662657

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ compile-win: ## Builds and tests against all the Python versions on Windows
194194
-cmd /c del /s /q build
195195
-cmd /c del /s /q .venv
196196
-cmd /c md dist
197+
$(MAKE) compile-win-one PYTHON=c:/python314/python
198+
$(MAKE) compile-win-one PYTHON=c:/python314-32/python
197199
$(MAKE) compile-win-one PYTHON=c:/python313/python
198200
$(MAKE) compile-win-one PYTHON=c:/python313-32/python
199201
$(MAKE) compile-win-one PYTHON=c:/python312/python

0 commit comments

Comments
 (0)