Skip to content

Commit

Permalink
Maintenance updates
Browse files Browse the repository at this point in the history
Why these changes are being introduced:
* Implement minor maintenance updates as part of
Heroku software updates (Heroku stack and Redis).

How this addresses that need:
* Update Python version to 3.12
* Update Python dependencies
* Update README

Side effects of this change:
* None

Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/IN-1075
  • Loading branch information
jonavellecuerdo committed Oct 17, 2024
1 parent 266db61 commit 101e6a2
Show file tree
Hide file tree
Showing 5 changed files with 1,040 additions and 926 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'
architecture: x64
- name: Install
run: |
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[requires]
python_version = "3.11"
python_version = "3.12"

[dev-packages]
black = "*"
Expand Down
Loading

0 comments on commit 101e6a2

Please sign in to comment.