-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BLD Remove Python 3.6 compatibility.
- Loading branch information
Showing
1 changed file
with
0 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5b6bb33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the issue with Python 3.6?
5b6bb33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just not landed on conda yet -- i'd guess it probably works fine, but we can't test it in CI yet
5b6bb33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5b6bb33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't use
conda
locally, so this may be wrong, but on travis, we downloadminiconda3
, then callThis apparently tries to install python-3.6.0, which doesn't exist, so it fails (https://travis-ci.org/ColCarroll/pymc3/jobs/189623258)
The issue on conda-forge was bumped 6 hours ago, so it seems like it will land imminently.