Commit Graph

6 Commits

Author SHA1 Message Date
Jakub Stasiak aa2b884b7b
Test with all recent Python/PyPy versions (#223)
Just to make sure the software actually works with them and we
don't miss errors.
2023-06-29 02:51:33 +02:00
Jakub Stasiak 92212fe08b
Drop Python 3.6 suport, it's EOL (#198)
There are a few changes that need to happen together with this one,
namely we need to specify explicit 3.7+ PyPy3 versions and in order
to do that we have to upgrade the setup-python GH action.
2022-06-15 00:45:23 +02:00
Jakub Stasiak fa5fd3f89a Test with newer, stable Python 3.10
I forgot to bump this version after 3.10 was released.
2021-12-20 23:14:29 +01:00
Janusz Skonieczny bbaac17330
Fix manifest so src dist can be used to install or build a wheel (#189) 2021-08-31 21:42:57 +02:00
Jakub Stasiak d99785247b Enable and fix tests on Python 3.10
from __future__ annotations are the default on Python 3.10 so the tricks
we used to keep the test suite nice can no longer be applied.

CI addition to make sure it stays compatible.
2021-02-11 19:23:42 +01:00
Jakub Stasiak d0534882a6 Switch from Travis CI and Coveralls to GH Actions and Codecov
Free Travis CI is shutting down and since I already have Codecov set up
in other projects instead of Coveralls I'm switching that too for
consistency.

There's no nightly so I left it out for now.
2021-02-11 19:15:49 +01:00