Skip to content

Added Python 3.12 & 3.13 and removed EOL Python 3.7 & 3.8#32

Merged
timrid merged 6 commits intomainfrom
feature/python_3.12_3.13
Jan 12, 2025
Merged

Added Python 3.12 & 3.13 and removed EOL Python 3.7 & 3.8#32
timrid merged 6 commits intomainfrom
feature/python_3.12_3.13

Conversation

@timrid
Copy link
Copy Markdown
Owner

@timrid timrid commented Jan 12, 2025

  • adds CI for Python 3.12 & 3.13.
  • removes CI for EOL Python versions 3.7 & 3.8
  • fixes errors for latest pyright (v1.1.391)

fixes #31

…-bytes-special-case) `bytes` has not any special meaning any more. So `bytearray` is not included in `bytes` any more and we have to declare it explicitly. `collections.abc.Buffer` cant be used, because `memoryview` is not supported by `construct`
…rom every line in a docstring. So this have to be fixed in the pytests.
@timrid timrid mentioned this pull request Jan 12, 2025
@timrid timrid merged commit 7107945 into main Jan 12, 2025
@timrid timrid deleted the feature/python_3.12_3.13 branch January 12, 2025 14:46
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.

Tests on Python 3.13

1 participant