biqqles / dataclassy

A fast and flexible reimplementation of data classes
https://pypi.org/project/dataclassy
Mozilla Public License 2.0
82 stars 9 forks source link

Add Python 3.10 to CI #41

Closed biqqles closed 3 years ago

biqqles commented 3 years ago

Set up a CI pipeline that runs the unit tests for the supported Python versions (3.6..3.10).

biqqles commented 3 years ago

That was... shockingly easy. #42 just needs to be finished and then Python 3.10 can be added to the matrix.

biqqles commented 3 years ago

Just waiting for a release of Python 3.10 that excludes postponed evaluation of annotations by default (to be clear, dataclassy has no issues at all with this, but some tests will fail as they're looking for types instead of strings).