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

Test code on 🐍 3.12 #1080

Merged
merged 5 commits into from
Dec 29, 2023
Merged

Test code on 🐍 3.12 #1080

merged 5 commits into from
Dec 29, 2023

Conversation

michplunkett
Copy link
Collaborator

@michplunkett michplunkett commented Dec 28, 2023

Fixes issue

#1031

Description of Changes

Update 🐍 version matrix to include 3.12. At some point I'd like to move the application to 3.12, but I think now isn't the time.

Tests and linting

  • This branch is up-to-date with the develop branch.
  • pytest passes on my local development environment.
  • pre-commit passes on my local development environment.

@michplunkett michplunkett self-assigned this Dec 28, 2023
@michplunkett michplunkett linked an issue Dec 28, 2023 that may be closed by this pull request
@michplunkett michplunkett marked this pull request as ready for review December 28, 2023 05:38
@michplunkett
Copy link
Collaborator Author

@abandoned-prototype @b-meson, presuming this gets merged could y'all mark the 3.12-rc build as a Required job?

@@ -1,6 +1,6 @@
ARG MAKE_PYTHON_VERSION
ARG DOCKER_BUILD_ENV
FROM python:${MAKE_PYTHON_VERSION:-3.11}-buster
FROM python:${MAKE_PYTHON_VERSION:-3.11}-bullseye
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We use slim-bullseye for our production build, but that didn't seem to work for the test build. The Seattle instance uses bullseye so we should be golden.

@michplunkett michplunkett merged commit f5b725b into develop Dec 29, 2023
3 checks passed
@michplunkett michplunkett deleted the migrate-to-3.12 branch December 29, 2023 04:35
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.

None yet

2 participants