remove test for deprecated Python 3.8 and add 3.13

This commit is contained in:
Gilles Boccon-Gibod
2024-10-19 07:46:37 -07:00
parent 4b25eed869
commit 528af0d338
6 changed files with 7 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
PLATFORMS
=========
Most of the code included in the project should run on any platform that supports Python >= 3.8. Not all features are supported on all platforms (for example, USB dongle support is only available on platforms where the python USB library is functional).
Most of the code included in the project should run on any platform that supports Python >= 3.9. Not all features are supported on all platforms (for example, USB dongle support is only available on platforms where the python USB library is functional).
For platform-specific information, see the following pages: