Skip to content

Commit 26659a4

Browse files
Merge pull request #2506 from VWS-Python/python-3.13
2 parents ca80c1a + 5c27913 commit 26659a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ This includes details on how to use the mock, options, and details of the differ
6363
.. |Documentation Status| image:: https://readthedocs.org/projects/vws-python-mock/badge/?version=latest
6464
:target: https://vws-python-mock.readthedocs.io/en/latest/?badge=latest
6565
:alt: Documentation Status
66-
.. |minimum-python-version| replace:: 3.12
66+
.. |minimum-python-version| replace:: 3.13

src/mock_vws/_flask_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim AS base
1+
FROM python:3.13-slim AS base
22
# We set this pretend version as we do not have Git in our path, and we do
33
# not care enough about having the version correct inside the Docker container
44
# to install it.

0 commit comments

Comments
 (0)