Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest supported Python version not tested during CI #71

Closed
schneiderfelipe opened this issue May 7, 2022 · 1 comment
Closed

Latest supported Python version not tested during CI #71

schneiderfelipe opened this issue May 7, 2022 · 1 comment

Comments

@schneiderfelipe
Copy link
Contributor

omnizart supports Python 3.8

python = ">=3.6.1,<3.9"

but it's not tested during CI

python-version: [3.6, 3.7]

Maybe the above should be changed to python-version: [3.6, 3.8], so that the oldest and newest supported versions get tested? (I believe this can be seen as a step towards partly solving #65, or at least avoiding similar issues in the future.)

@BreezeWhite
Copy link
Member

Approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants