-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop Python<3.9 according to NEP29 (#704)
* Support Python>=3.9 according to NEP 29 * pyupgrade * Lint * Fix flake8 hook * changelog * Remove 3.8 from classifiers
- Loading branch information
Showing
31 changed files
with
103 additions
and
253 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
.ci_support/linux_aarch64_numpy1.20python3.8.____cpython.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ on: [push] | |
|
||
jobs: | ||
pre-commit-checks: | ||
name: Linux - pre-commit checks - Python 3.10 | ||
name: Linux - pre-commit checks - Python 3.11 | ||
timeout-minutes: 30 | ||
runs-on: ubuntu-latest | ||
env: | ||
|
@@ -15,10 +15,10 @@ jobs: | |
uses: mamba-org/setup-micromamba@2b72821d5ad7f6da3c003a3684ce341bf187b46f | ||
- name: Add micromamba to GITHUB_PATH | ||
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH" | ||
- name: Install Python 3.10 | ||
- name: Install Python 3.11 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.10" | ||
python-version: "3.11" | ||
- name: Run pre-commit checks | ||
uses: pre-commit/[email protected] | ||
|
||
|
@@ -31,7 +31,6 @@ jobs: | |
fail-fast: true | ||
matrix: | ||
include: | ||
- { os: ubuntu-latest, python-version: '3.8' } | ||
- { os: ubuntu-latest, python-version: '3.9' } | ||
- { os: ubuntu-latest, python-version: '3.10' } | ||
- { os: ubuntu-latest, python-version: '3.11' } | ||
|
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
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
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
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
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
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
Oops, something went wrong.