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

Prepare for 1.4 #477

Merged
merged 10 commits into from
May 1, 2024
Merged

Prepare for 1.4 #477

merged 10 commits into from
May 1, 2024

Conversation

gijzelaerr
Copy link
Owner

This:

  • removed pytest-asyncio since we don't use it (yet)
  • enables python 3.12 build
  • restructure getters and setters in utils into sub-modules
  • replace pycodestyle with ruff in Make target
  • replace pkg_resources with importlib so we don't need setuptools
  • replace the ADict with a dict since we didn't use it as a attribute dict anyway
  • improve error reporting in case of missing snap7 library

Todo:
finish, ruff replaced some of the getter & setter imports, and mypy is not happy with the cdata buffer we use (py 3.12)

snap7/common.py Outdated Show resolved Hide resolved
@gijzelaerr gijzelaerr merged commit d51b193 into master May 1, 2024
5 of 20 checks passed
@gijzelaerr gijzelaerr deleted the prepare_1_4 branch May 1, 2024 15:17
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.

2 participants