Skip to content

fix failing CI, update python versions #303

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jakkdl
Copy link
Contributor

@jakkdl jakkdl commented May 22, 2025

drop 3.8 testing+support
remove some 3.7 remnants
add 3.13 and 3.14 testing+support
silence pytest-asyncio deprecationwarning
fix typing errors
fix pep8 errors
fix poetry warning

incorporates #271 and #272

this code base would also benefit from running flake8-upgrade (or similar) and replace all imports from typing that can be replaced with standard objects (e.g. List -> list) but I thought this PR was big enough already.

remove some 3.7 remnants
add 3.13 and 3.14 testing+support
silence pytest-asyncio deprecationwarning
fix typing errors
fix pep8 errors
fix poetry warning
@jakkdl
Copy link
Contributor Author

jakkdl commented May 22, 2025

ugh, the runners don't have 24.04 + x64 + 3.14. They do have builds for 24.04 + 3.14 with other architectures, and 22.04 + x64 + 3.14.

Up to you if you want to keep it in ci.yml until it's available (presumably they'll have more builds once it exits the beta), remove it, do fancy matrix stuff for the ubuntu version, or whatever. @pgjones

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