Skip to content

Commit d808601

Browse files
befelemefrenzymadness
authored andcommitted
Update test apps to run on Python 3.13
1 parent bbf045b commit d808601

File tree

8 files changed

+278
-67
lines changed

8 files changed

+278
-67
lines changed

examples/micropipenv-requirements-test-app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mod_wsgi==5.0.0; python_version >= '3.12'
1+
mod_wsgi==5.0.1; python_version >= '3.12'
22
mod_wsgi<5.0.0; python_version < '3.12'
33
Flask
44
# Tests that gssapi package is installable.

examples/micropipenv-test-app/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ setuptools = {version = "==67.7.2", markers="python_version >= '3.12'"}
1212
pytest = ">=2.8.0"
1313

1414
[requires]
15-
python_version = "3.12"
15+
python_version = "3.13"

examples/micropipenv-test-app/Pipfile.lock

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

examples/pipenv-test-app/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ setuptools = {version = "==67.7.2", markers="python_version >= '3.12'"}
1212
pytest = ">=2.8.0"
1313

1414
[requires]
15-
python_version = "3.12"
15+
python_version = "3.13"

examples/pipenv-test-app/Pipfile.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-1.52 MB
Binary file not shown.
1.24 MB
Binary file not shown.

0 commit comments

Comments
 (0)