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

[DAR-3444][External] Drop support for Python 3.8 & add support for Python 3.12 #963

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

JBWilkie
Copy link
Collaborator

@JBWilkie JBWilkie commented Nov 18, 2024

Problem

Python 3.8 is now end-of-life and will no longer receive security updates

Solution

This PR:

  • Drops support for Python 3.8
  • Adds support for Python 3.12

Changelog

  • Drop support for Python 3.8
  • Add support for Python 3.12

Copy link

linear bot commented Nov 18, 2024

@JBWilkie JBWilkie force-pushed the DAR-3444 branch 8 times, most recently from 594fc54 to a31a6e1 Compare November 18, 2024 14:37
@JBWilkie JBWilkie changed the title [DAR-3444][External] Dropping Python 3.8, adding support for 3.12 & 3.13 [DAR-3444][External] Dropping Python 3.8, adding support for 3.12 Nov 18, 2024
@JBWilkie JBWilkie force-pushed the DAR-3444 branch 9 times, most recently from cb0f1ea to 83c200f Compare November 18, 2024 16:19
Comment on lines +34 to +39
- name: Free Disk space
shell: bash
if: matrix.os == 'ubuntu-latest'
run: |
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Necessary to prevent Ubuntu GH runners from OOMing

Comment on lines +20 to +25
- name: Free Disk space
shell: bash
if: matrix.os == 'ubuntu-latest'
run: |
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Necessary to prevent Ubuntu GH runners from OOMing

@JBWilkie JBWilkie changed the title [DAR-3444][External] Dropping Python 3.8, adding support for 3.12 [DAR-3444][External] Drop support for Python 3.8 & add support for Python 3.12 Nov 18, 2024
@JBWilkie JBWilkie merged commit b3cd9ae into master Nov 18, 2024
23 checks passed
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.

2 participants