Skip to content

Commit

Permalink
Set python_max = 3.11 (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: wipacdevbot <[email protected]>
  • Loading branch information
ric-evans and wipacdevbot authored Oct 3, 2023
1 parent eaa5db5 commit e4d53c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dependencies-from-Dockerfile.log
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ numexpr==2.8.1
numpy==1.21.5
odfpy==1.4.2
olefile==0.46
oms-mqclient==2.4.6
oms-mqclient==2.4.7
openpyxl==3.0.9
packaging==21.3
pandas==1.3.5
Expand Down Expand Up @@ -130,7 +130,7 @@ urllib3==2.0.6
urwid==2.1.2
wcwidth==0.2.5
webencodings==0.5.1
wipac-dev-tools==1.6.16
wipac-dev-tools==1.7.0
wipac-rest-tools==1.5.3
xlwt==1.3.0
zipp==1.0.0
4 changes: 2 additions & 2 deletions dependencies-from-Dockerfile_pulsar.log
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ numexpr==2.8.1
numpy==1.21.5
odfpy==1.4.2
olefile==0.46
oms-mqclient==2.4.6
oms-mqclient==2.4.7
openpyxl==3.0.9
packaging==21.3
pandas==1.3.5
Expand Down Expand Up @@ -130,7 +130,7 @@ urllib3==2.0.6
urwid==2.1.2
wcwidth==0.2.5
webencodings==0.5.1
wipac-dev-tools==1.6.16
wipac-dev-tools==1.7.0
wipac-rest-tools==1.5.3
xlwt==1.3.0
zipp==1.0.0
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[wipac:cicd_setup_builder]
python_min = 3.9
python_max = 3.11
package_dirs = skymap_scanner

[metadata] # generated by wipac:cicd_setup_builder: name, version
Expand All @@ -26,7 +27,7 @@ install_requires =
oms-mqclient
wipac-dev-tools[coloredlogs]
wipac-rest-tools
python_requires = >=3.9, <3.13
python_requires = >=3.9, <3.12
packages = find:

[options.extras_require]
Expand Down

0 comments on commit e4d53c3

Please sign in to comment.