-
Notifications
You must be signed in to change notification settings - Fork 131
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
Dropped Python 3.7 #2585
Dropped Python 3.7 #2585
Conversation
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.
Some mini changes to help us in the future.
@@ -56,7 +56,7 @@ jobs: | |||
# runs-on: "macos-latest" | |||
# strategy: | |||
# matrix: | |||
# python-version: [3.7, 3.8, 3.9] | |||
# python-version: [3.8, 3.9, 3.10] |
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.
# python-version: [3.8, 3.9, 3.10] | |
# python-version: ["3.8", "3.9", "3.10"] |
@@ -70,7 +70,7 @@ jobs: | |||
# runs-on: "macos-latest" | |||
# strategy: | |||
# matrix: | |||
# python-version: [3.7, 3.8, 3.9] | |||
# python-version: [3.8, 3.9, 3.10] |
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.
# python-version: [3.8, 3.9, 3.10] | |
# python-version: ["3.8", "3.9", "3.10"] |
@@ -56,7 +56,7 @@ jobs: | |||
# runs-on: "macos-latest" | |||
# strategy: | |||
# matrix: | |||
# python-version: [3.7, 3.8, 3.9] | |||
# python-version: [3.8, 3.9, 3.10] |
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.
# python-version: [3.8, 3.9, 3.10] | |
# python-version: ["3.8", "3.9", "3.10"] |
D'oh. Too late I guess. That's ok. |
Sorry! Will include these small changes in the changelog update that is coming soon! |
Description
See discussion here: #2584. On OSX, Python 3.7 is no longer supported by conda-forge.
Before you get started
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.
To help with the number of pull requests: