JohnGiorgi / seq2rel-ds

This is a companion repository to seq2rel (https://github.com/JohnGiorgi/seq2rel) which aims to make it easy to generate training data.
5 stars 1 forks source link

Drop support for py3.7 add support for py3.10 #53

Closed JohnGiorgi closed 2 years ago

JohnGiorgi commented 2 years ago

Overview

Updates the minimum required Python version to 3.8. Removes testing for 3.7 from the CI and adds testing for 3.10.

Other changes