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

Support Python 3.13 as latest version, drop support for Python 3.8 #268

Merged
merged 3 commits into from
Oct 14, 2024

Conversation

smarr
Copy link
Owner

@smarr smarr commented Oct 14, 2024

This PR changes the CI to use 3.13 as latest supported version and 3.9 as oldest supported version. Thus, 3.8 is no longer supported.

We run the macOS CI usually on one version behind, just to have variety, so that's now moving from 3.11 to 3.12.

In an attempt to get ahead of depreciations, the PR address the utcnow() deprecation by using try/except and defining the version that's compatible with the Python used. Should be dropped once all supported Python version have the UTC constant defined, which is probably with 3.11.

smarr added 3 commits October 14, 2024 18:15
Instead, test with Python 3.9, which still receives security fixes.

Signed-off-by: Stefan Marr <[email protected]>
- can’t fully replace this yet, because Python 3.9 doesn’t have it yet

Signed-off-by: Stefan Marr <[email protected]>
@smarr smarr merged commit 4d87ef5 into master Oct 14, 2024
11 checks passed
@smarr smarr deleted the drop-python-3.8 branch October 14, 2024 17:41
@coveralls
Copy link

Coverage Status

coverage: 53.965% (+0.05%) from 53.917%
when pulling 2c2b6f5 on drop-python-3.8
into 0144014 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants