-
Notifications
You must be signed in to change notification settings - Fork 81
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
fix: Upgrade to Python 3.12 #2344
Conversation
.github/workflows/ci.yml
Outdated
with: | ||
node-version: 16.x | ||
- name: Install dependencies | ||
run: | | ||
pip install pipenv | ||
pipenv install --dev --system | ||
pip install -U "git+https://github.com/ocadotechnology/rapid-router@python312#egg=rapid-router" |
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.
remember to change
.github/workflows/snyk.yaml
Outdated
@@ -26,7 +26,7 @@ jobs: | |||
- name: Generate requirements | |||
run: pip freeze > requirements.txt | |||
- name: Run Snyk to check for vulnerabilities in Python | |||
uses: snyk/actions/python-3.8@master | |||
uses: snyk/actions/python-3.10@master |
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.
why have you hardcoded this to 3.10? why not 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.
Reviewable status: 0 of 11 files reviewed, 2 unresolved discussions (waiting on @faucomte97 and @SKairinos)
.github/workflows/ci.yml
line 32 at r1 (raw file):
Previously, SKairinos (Stefan Kairinos) wrote…
remember to change
Done.
.github/workflows/snyk.yaml
line 29 at r1 (raw file):
Previously, SKairinos (Stefan Kairinos) wrote…
why have you hardcoded this to 3.10? why not 3.12?
Done.
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.
Reviewed 7 of 11 files at r1, 4 of 4 files at r2, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @SKairinos)
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.
Dismissed @SKairinos from 2 discussions.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @faucomte97)
This change is