Skip to content

Commit

Permalink
Merge pull request #485 from MITLibraries/dependency-updates
Browse files Browse the repository at this point in the history
Update python version and dependencies
  • Loading branch information
hakbailey authored Dec 7, 2022
2 parents 1b6448f + 1741771 commit 92ddffa
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.6
3.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim AS py3
FROM python:3.11-slim AS py3
RUN pip install pipenv

FROM py3 AS wheel
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest = "*"
vcrpy = "*"

[requires]
python_version = "3.10"
python_version = "3.11"

[scripts]
oai = "python -c \"from harvester.cli import main; main()\""
Loading

0 comments on commit 92ddffa

Please sign in to comment.