KEMBAR78
build: explicitly require Python 3.7+ by groszewn · Pull Request #5878 · tensorflow/tensorboard · GitHub
Skip to content

Conversation

@groszewn
Copy link
Contributor

Python 3.6 is well past its EOL, so we should require 3.7+.

Contributes to #5725

@groszewn groszewn force-pushed the drop_py_36 branch 2 times, most recently from be7b02c to bbd2b9a Compare August 15, 2022 22:29
@groszewn groszewn requested a review from nfelt August 15, 2022 22:43
Copy link
Contributor

@nfelt nfelt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this!

# because the errors and warnings can differ due to language
# changes, and we want to catch them all.
python_version: ['3.6', '3.7']
python_version: ['3.7', '3.8']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Want to add 3.9 and 3.10 in addition to 3.8? We should be 3.10 compatible as of #5793, and while obviously we haven't been good about keeping this line up to date, the comment above has a rationale for running at least flake8 for every supported Python version.

If you do that we could also add 3.9 and 3.10 tags in both setup.py files as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, updated!

@groszewn groszewn merged commit 6126bf7 into tensorflow:master Aug 17, 2022
@groszewn groszewn deleted the drop_py_36 branch August 17, 2022 01:03
yatbear pushed a commit to yatbear/tensorboard that referenced this pull request Mar 27, 2023
* build: explicitly require Python 3.7+

Contributes to tensorflow#5725

* Run flake8 for all targeted python versions
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
* build: explicitly require Python 3.7+

Contributes to tensorflow#5725

* Run flake8 for all targeted python versions
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

Successfully merging this pull request may close these issues.

2 participants