Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

only supports python 3.4 #29

Open
Fjolnir-Dvorak opened this issue Aug 2, 2021 · 1 comment
Open

only supports python 3.4 #29

Fjolnir-Dvorak opened this issue Aug 2, 2021 · 1 comment

Comments

@Fjolnir-Dvorak
Copy link

The documentation specifies that this plugin works up until python 3.9 but the setup.py is enforcing the usage of only python 3.4 which has reached end of life since March 18th, 2019. I do not know for which versions this plugin is tested and if these tests are meaningful and complete, hence the issue instead of a pull request to update the setup.py

@XayOn
Copy link

XayOn commented Oct 28, 2022

@Fjolnir-Dvorak That's not exactly it.

The setup.py specifies ~=3.4, wich is a Compatible Release modifier, see (https://peps.python.org/pep-0440/#compatible-release). Wich could roughly be translated to >3.4, <4.0 if semver is respected.

And, having a look at the tox configuration in this repo, you can see it's tested up to at least python3.9. I'm using it on python3.10 without any issues so far.

envlist = py{3.6,3.7,3.8,3.9}-pytest{5,6},flake8

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

No branches or pull requests

2 participants