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

Only support Python >= 3.5 #43

Merged
merged 16 commits into from
Nov 20, 2019
Merged

Only support Python >= 3.5 #43

merged 16 commits into from
Nov 20, 2019

Conversation

LSchueler
Copy link
Member

@LSchueler LSchueler commented Nov 18, 2019

As discussed in issue #40, I've now added the hard Python version requirements for the currently supported versions to the setup.py
Next commits, we can change the line to
python_requires=">=3.5.*",

@LSchueler LSchueler requested a review from MuellerSeb November 18, 2019 12:16
@LSchueler LSchueler self-assigned this Nov 18, 2019
@LSchueler
Copy link
Member Author

As the Window testing on appveyor will be replaced by TravisCI, I won't bother with the failed appveyor builds.

shutil.rmtree(self.dir_name)


TemporaryDirectory = getattr(
Copy link
Member

Choose a reason for hiding this comment

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

You have to import TemporaryDirectory from tempfile now or use it by tempfile.TemporaryDirectory

Copy link
Member Author

Choose a reason for hiding this comment

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

ups, thanks

@LSchueler LSchueler force-pushed the python-version-requirements branch from 13b3761 to f074473 Compare November 19, 2019 15:22
Copy link
Member

@MuellerSeb MuellerSeb left a comment

Choose a reason for hiding this comment

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

let's see what happens with travis...
The rest looks good to me. I also dropped six as a dependency.

Copy link
Member

@MuellerSeb MuellerSeb left a comment

Choose a reason for hiding this comment

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

viewed all files.

@MuellerSeb
Copy link
Member

The diff for .travis.yml makes no sense. They are identical on both branches ?!?!

@MuellerSeb MuellerSeb changed the title Add hard Python version requirements to package Only support Python >= 3.5 Nov 20, 2019
Copy link
Member

@MuellerSeb MuellerSeb left a comment

Choose a reason for hiding this comment

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

OK so far.

@MuellerSeb MuellerSeb merged commit 74207e6 into develop Nov 20, 2019
@MuellerSeb MuellerSeb deleted the python-version-requirements branch November 20, 2019 23:15
This was referenced Nov 20, 2019
@MuellerSeb MuellerSeb mentioned this pull request Mar 20, 2020
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