Skip to content

Commit

Permalink
increase python version to match rest-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Apr 23, 2024
1 parent 08c916f commit e0a2bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.10

COPY README.md setup.cfg setup.py /usr/src/file_catalog/
COPY file_catalog /usr/src/file_catalog/file_catalog
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wipac:cicd_setup_builder]
pypi_name = wipac-file-catalog
python_min = 3.8
python_min = 3.10
author = WIPAC Developers
author_email = [email protected]
keywords_spaced = metadata data warehouse archive L2 PFDST PFFilt PFRaw i3 simulation iceprod
Expand Down

0 comments on commit e0a2bf9

Please sign in to comment.