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

Bump versions, drop support for Python 3.8 #205

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stollero
Copy link

@stollero stollero commented Oct 16, 2024

Hello,

Python 3.8 is end of life and I added support for Python 3.12. More importantly I upgraded jsonschema-specifications :)

Also added support for Python 3.13

I hope this is alright.

pyproject.toml Outdated
jsonschema = "^4.19.1"
rfc3339-validator = "*" # requred by jsonschema for date-time checker
jsonschema-specifications = ">=2023.5.2"
jsonschema-specifications = "^2024.10.1"

Choose a reason for hiding this comment

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

What's the point of ^ when using calendar versioning? Releases in January of 2025 aren't more likely to include breaking changes than those in December of 2024.

Copy link
Author

Choose a reason for hiding this comment

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

You are right, I replaced it with >=

…likely to include breaking changes than those in December of 2024

therefore stick to >=
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']

Choose a reason for hiding this comment

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

I suggest adding support python 3.13 in this PR

Copy link
Author

Choose a reason for hiding this comment

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

Sure, why not :)

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