Skip to content

Pin 3.14 dev version #237

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

Merged
merged 2 commits into from
Jun 1, 2025
Merged

Pin 3.14 dev version #237

merged 2 commits into from
Jun 1, 2025

Conversation

ChrisLovering
Copy link
Member

No description provided.

@@ -28,7 +28,7 @@ lint: setup
test:
docker compose build -q --force-rm
docker compose run --entrypoint /bin/bash --rm snekbox -c \
'coverage run -m unittest; e=$?; chown --reference=. .coverage; exit $e'
'coverage run -m unittest; e=$?; chown --reference=. .coverage; exit $e'
Copy link
Member Author

Choose a reason for hiding this comment

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

this is swapping 4 spaces to a tab, as the rest of the file is all tabs

@@ -41,7 +41,7 @@ FROM builder-py-base AS builder-py-3_13t
RUN /build_python.sh 3.13.2t
# ------------------------------------------------------------------------------
FROM builder-py-base AS builder-py-3_14
RUN /build_python.sh 3.14-dev
RUN /build_python.sh 3.14.0b2
Copy link
Member Author

Choose a reason for hiding this comment

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

patch ver & extras are ignored by the install script, so this doesn't change the file path that it is installed to, which is /snekbin/python/3.14/

@coveralls
Copy link

Coverage Status

coverage: 88.265%. remained the same
when pulling 6af44d7 on pin-3.14-dev-version
into c825ae4 on main.

@ChrisLovering ChrisLovering merged commit af33642 into main Jun 1, 2025
7 checks passed
@ChrisLovering ChrisLovering deleted the pin-3.14-dev-version branch June 1, 2025 22:41
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.

3 participants