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

Python: Fix installation on Python 3.6 #214

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

mindsolve
Copy link
Collaborator

We advertise support for Python 3.6, but the version format in the requirements.txt file caused installations there to fail, because dnspython is not available for Python 3.6 after versio 2.2.1.
This PR fixes that by allowing falling back down to 2.2.1, but "bubbling up" to the newest version of dnspython (currently 2.5).

and allow dnspython up to latest version, where available.
@mindsolve mindsolve added bug Something isn't working lang: Python Affects the Python version of minestat labels Jan 21, 2024
@AppVeyorBot
Copy link

Copy link

sonarcloud bot commented Jan 21, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@ldilley ldilley merged commit 53d5f0f into master Jan 21, 2024
11 checks passed
@mindsolve mindsolve deleted the bugfix/python-36-support-again branch January 21, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lang: Python Affects the Python version of minestat
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

3 participants