mobilityhouse / ocpp

Python implementation of the Open Charge Point Protocol (OCPP).
MIT License
766 stars 298 forks source link

In GA, validate project against Python 3.11 and 3.12. #564

Closed OrangeTux closed 7 months ago

OrangeTux commented 8 months ago

Currently, this project is tested against Python 3.7 till and including Python 3.10.

The list should be extended to Python 3.11 and 3.12.

Note that #550 must be merged in order for the tests to pass in Python 3.11 and 3.12

OrangeTux commented 8 months ago

Some work has been done already in #475

Jared-Newell-Mobility commented 7 months ago

Merged so will close