We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fec02 commit 8a2ca05Copy full SHA for 8a2ca05
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11
+FROM python:3.12
2
3
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y attr
4
setup.cfg
@@ -18,7 +18,7 @@ branch = main
18
[options] # generated by wipac:cicd_setup_builder: python_requires, packages
19
install_requires =
20
wipac-rest-tools
21
-python_requires = >=3.11, <3.12
+python_requires = >=3.11, <3.13
22
packages = find:
23
24
[options.extras_require]
0 commit comments