Skip to content

GitHub Actions: Test on Python 3.13#26

Merged
john-hen merged 3 commits intojohn-hen:mainfrom
cclauss:patch-1
Feb 11, 2025
Merged

GitHub Actions: Test on Python 3.13#26
john-hen merged 3 commits intojohn-hen:mainfrom
cclauss:patch-1

Conversation

@cclauss
Copy link
Copy Markdown
Contributor

@cclauss cclauss commented Feb 11, 2025

No description provided.

@cclauss cclauss changed the title coverage.yml: Test on Python 3.13 GitHub Actions: Test on Python 3.13 Feb 11, 2025
@john-hen
Copy link
Copy Markdown
Owner

The tests failed because we (still) include Python versions all the way down to 3.6, and that's not available on ubuntu-latest. It is on ubuntu-20.04, which is why that was there. And, as I learned from the error message of the workflow run, that Docker image has Python 3.13 as well.

I used to care about Python 3.6 at some point, as I was using Flake8 in CI for a project that needed 3.6. But that's no longer the case. So would also be open to dropping unsupported Python versions in CI here, like 3.8 and below.

@cclauss
Copy link
Copy Markdown
Contributor Author

cclauss commented Feb 11, 2025

Dropped unsupported versions of Python.

@john-hen john-hen merged commit cb6cc14 into john-hen:main Feb 11, 2025
9 checks passed
@john-hen
Copy link
Copy Markdown
Owner

Thanks!

@cclauss cclauss deleted the patch-1 branch February 11, 2025 22: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.

2 participants