Skip to content
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

Merged
merged 3 commits into from
Sep 2, 2024
Merged

fix: Upgrade to Python 3.12 #2344

merged 3 commits into from
Sep 2, 2024

Conversation

faucomte97
Copy link
Contributor

@faucomte97 faucomte97 commented Aug 30, 2024

This change is Reviewable

@faucomte97 faucomte97 self-assigned this Aug 30, 2024
@faucomte97 faucomte97 linked an issue Aug 30, 2024 that may be closed by this pull request
@faucomte97 faucomte97 marked this pull request as ready for review August 30, 2024 14:39
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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remember to change

@@ -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
Copy link
Collaborator

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?

Copy link
Contributor Author

@faucomte97 faucomte97 left a 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.

Copy link
Contributor Author

@faucomte97 faucomte97 left a 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)

Copy link
Contributor Author

@faucomte97 faucomte97 left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @faucomte97)

@faucomte97 faucomte97 merged commit 06dfa2f into master Sep 2, 2024
7 checks passed
@faucomte97 faucomte97 deleted the python312 branch September 2, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

Upgrade to Python 3.12
2 participants