Skip to content

Commit

Permalink
CI: Remove python.version=2.7 from test pipeline
Browse files Browse the repository at this point in the history
* REASON: No longer supported by Github Actions (date: 2023-07)

OTHERWISE:

* .envrc.use_venv: Now used by default
  RENAMED FROM: .envrc.use_venv.disabled
  • Loading branch information
jenisys committed Jul 9, 2023
1 parent 3ebf401 commit a6cd096
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
File renamed without changes.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ jobs:
fail-fast: false
matrix:
# PREPARED: os: [ubuntu-latest, macos-latest, windows-latest]
# PREPARED: python-version: ['3.9', '2.7', '3.10', '3.8', 'pypy-2.7', 'pypy-3.8']
# PREPARED: os: [ubuntu-latest, windows-latest]
# PREPARED: python-version: ["3.11", "3.10", "3.9", "3.8", "pypy-3.10"]
os: [ubuntu-latest]
python-version: ["3.11", "3.10", "3.9", "2.7"]
exclude:
- os: windows-latest
python-version: "2.7"
python-version: ["3.11", "3.10", "3.9"]
steps:
- uses: actions/checkout@v3
# DISABLED: name: Setup Python ${{ matrix.python-version }} on platform=${{ matrix.os }}
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ tools/virtualenvs
.venv*/
.vscode/
.done.*
.envrc.use_venv
.envrc.use_pep0582
.DS_Store
.coverage
rerun.txt
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ DEVELOPMENT:

* Renamed default branch of Git repository to "main" (was: "master").
* Use github-actions as CI/CD pipeline (and remove Travis as CI).
* CI: Remove python.version=2.7 for CI pipeline
(reason: No longer supported by Github Actions, date: 2023-07).

CLEANUPS:

Expand Down

0 comments on commit a6cd096

Please sign in to comment.