Skip to content

Commit 8a2ca05

Browse files
committed
advance to python 3.12
1 parent 28fec02 commit 8a2ca05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.12
22

33
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y attr
44

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ branch = main
1818
[options] # generated by wipac:cicd_setup_builder: python_requires, packages
1919
install_requires =
2020
wipac-rest-tools
21-
python_requires = >=3.11, <3.12
21+
python_requires = >=3.11, <3.13
2222
packages = find:
2323

2424
[options.extras_require]

0 commit comments

Comments
 (0)