Skip to content

Commit 76f752f

Browse files
committed
Build MSI with Python 3.11 for now
1 parent 04dad14 commit 76f752f

File tree

3 files changed

+139
-11
lines changed

3 files changed

+139
-11
lines changed

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ PyYAML = "*" # "~=5.1"
3939
json5 = "*"
4040

4141
[requires]
42-
python_version = "3.12"
42+
# cx_Freeze 6.x does not yet support Pathon 3.12
43+
python_version = "3.11"
4344

4445
[pipenv]
4546
# allow_prereleases = true

Pipfile.lock

Lines changed: 137 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ extras =
2626
passenv =
2727
LC_ALL
2828
LANG
29-
TRAVIS
30-
TRAVIS_BRANCH
31-
TRAVIS_OS_NAME
32-
TRAVIS_BUILD_ID
3329
deps =
3430
cheroot
3531
defusedxml

0 commit comments

Comments
 (0)