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

Update to python3.11 #249

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

simojo
Copy link
Collaborator

@simojo simojo commented Nov 21, 2023

This PR updates gatorgrader to use python3.11 and changes the related workflows to adjust to the new python version.

What is the current behavior?

Currently, the python version defined in pyproject.toml is >=3.7.2,<4.0. This PR pins the python version to python3.11

What is the new behavior if this PR is merged?

This PR will disrupt many students' installs of gatorgrader when installed, because their pipx python version will be at a mismatch with the newly updated version. This problem is easily fixable.

Other information

This PR has:
  • Commit messages that are correctly formatted
  • [ ] Tests for newly introduced code
  • [ ] Docstrings for newly introduced code

This PR is a compatibility breaking update
that updates the python version to python3.11.

Developers

@simojo

@simojo simojo requested a review from gkapfham November 21, 2023 20:37
* update checkout to v4
* update setup-python to v4
* update setup-poetry to v8 (required to use python3.11)
@simojo simojo changed the title Update to python3.11 WIP: Update to python3.11 Nov 21, 2023
@simojo simojo changed the title WIP: Update to python3.11 Update to python3.11 Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant