Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

setup.py: Fix the range of supported Python versions #292

Merged

Conversation

carlescufi
Copy link
Contributor

The previous '<=3.8' matches 3.8.0 or smaller, instead of the whole 3.8
series as intended. Instead, replace with '<3.9' which will match the
whole of the 3.8 series.

The previous '<=3.8' matches 3.8.0 or smaller, instead of the whole 3.8
series as intended. Instead, replace with '<3.9' which will match the
whole of the 3.8 series.
@carlescufi carlescufi requested a review from bihanssen December 20, 2019 13:22
@bihanssen bihanssen merged commit 5b2ebd5 into NordicSemiconductor:master Dec 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants