-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: 605 upgrade python version to 311 #610
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.
Few comments/questions
Dockerfile
Outdated
@@ -14,6 +14,7 @@ COPY ra2ce /ra2ce_src/ra2ce | |||
RUN pip install poetry | |||
RUN poetry config virtualenvs.create false | |||
RUN poetry install --without dev,docs,jupyter | |||
# RUN poetry install |
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.
Remove this line?
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.10' | ||
'Programming Language :: Python :: 3.11' |
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.
Do we need both lines?
…ub.com/Deltares/ra2ce into feat/605-upgrade-python-version-to-311
Issue addressed
Solves #605
Code of conduct
What has been done?
Explain how you addressed the resolution of the related issue, what choices you made and why.
Checklist
black
andisort
definitions.master
.Additional Notes (optional)
Added wiki page on How to migrate