-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Python 3.11 #106
Upgrade Python 3.11 #106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.github/workflows/main-CI.yml needs to be updated.
python 3.7 support needs to go away.
probably an ubuntu 20.04 ref in there that could become 22.04
otherwise ok.
pyproject.toml
Outdated
python = ">=3.7.1,<3.8" | ||
#dcicutils = "^7.5.1" | ||
dcicutils = "7.6.0.1b4" | ||
python = ">=3.7.1,<3.12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drop 3.7?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…e, pytest, pytest-redis, pytest-cov; removed portal-pipeline-utils dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs build update for new Python version (main.yml)
No description provided.