PyGPSClient is fully Python 3.15 compatible, but note this potential issue with build and test workflows #272
semuadmin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Python 3.15 is due to be generally available on 1st October 2026, with Python 3.10 reaching End of support in the same month.
PyGPSClient installs and runs fine on the final release candidate of Python 3.15 - 3.15.0.rc2.
Note, however, that build and test workflows may fail under Python 3.15 due to an issue with the current release of dill (0.4.1). You may encounter the following error when running build and test workflows which include pylint (or any other linting package which has dill as a dependency):
The issue is resolved in dill 0.4.2, which will presumably be released in time for the Python 3.15 rollout, but in the meantime you can install 0.4.2 dev from the Github repository as follows:
All reactions