-
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
#282: Updated python to Python3.10 #286
Conversation
2. Updated documentation 3. Updated integration test
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.
Please additionally update changes files.
exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt
Outdated
Show resolved
Hide resolved
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.
Please additionally update the versions of the actions in the github workflows, eg. actions/checkout
- name: Check Release | ||
run: ./scripts/build/check_release.sh "python3.10" | ||
run: poetry run python3 -u "./scripts/build/check_release.py" |
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.
👍
fixes #282