Skip to content

Conversation

@drebbe-intrepid
Copy link
Collaborator

@drebbe-intrepid drebbe-intrepid commented Sep 24, 2025

  • updated to v921 headers.
  • Fixes Wrong constant values #219
  • Add Python 3.14
  • Remove Python 3.9
  • Added pytest and runs in CI
  • Updated cibuildwheel
  • Updated documentation to utilize dynamic versioning.

@drebbe-intrepid drebbe-intrepid changed the title V921 update to v921 header Sep 24, 2025
@drebbe-intrepid drebbe-intrepid force-pushed the v921 branch 4 times, most recently from e01818f to b7d6063 Compare September 24, 2025 17:24
CI fixes

remove python 3.9

fixed ARCHFLAGS

removed free-threaded-support

CI fixes
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this a file that you want to commit? Or is this generated as part of the build process?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

kinda, its not something needed but a left over from bad habits.

keywords = ["intrepidcs", "CAN", "Ethernet", "Automotive", "ICS"]
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.9"
requires-python = ">=3.10"
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the motivation for dropping 3.9?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Its going EOL in a couple of days and it doesn't support PyModule_AddObjectRef. Is this something you need?

Copy link
Contributor

Choose a reason for hiding this comment

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

Moving to 3.10 + because of PyModule_AddObjectRef make sense.

@drebbe-intrepid drebbe-intrepid merged commit 2182de1 into master Sep 26, 2025
20 checks passed
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.

Wrong constant values

2 participants