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

Drop Python 2.7, 3.5, add Python 3.8 and fix CI #112

Merged
merged 6 commits into from
Feb 7, 2021
Merged

Conversation

anomam
Copy link
Contributor

@anomam anomam commented Feb 7, 2021

Closes #111
Closes #107

  • drop support for python 2.7 & 3.5
  • restrict pvlib version to >=0.6.0,<0.8.0 (0.8.0 broke the API) until have time to update implementation
  • fix CI tests: tests were randomly hanging at a particular test in test_engine.py, was probably due to full simulation that was too much for CI instance, so reduced number of points

@anomam anomam added the WIP Work in progress label Feb 7, 2021
@anomam anomam self-assigned this Feb 7, 2021
* because circleci hangs, maybe cpu resources are very poor,
so running 8760 there takes >10min even though on my laptop
it runs in a couple seconds max
@anomam anomam changed the title Drop Python 2.7 and fix CI Drop Python 2.7, 3.5, add Python 3.8 and fix CI Feb 7, 2021
@anomam anomam merged commit d338c7a into master Feb 7, 2021
@anomam anomam deleted the drop_py27_and_fix_ci branch February 7, 2021 14:12
@anomam anomam mentioned this pull request Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI is failing in master Drop Python 2 support
1 participant