Skip to content

Commit

Permalink
MAINT: Cleanup and drop back to 3.7 for 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Aug 20, 2023
1 parent 78b9225 commit a4f1068
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
global:
CONDA_PATH: "C:\\Miniconda3-x64"
matrix:
- PYTHON_VERSION: "3.8"
- PYTHON_VERSION: "3.7"
platform: x64

cache:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- [macos-12, macosx_x86_64]
- [macos-12, macosx_arm64]
- [windows-2019, win_amd64]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.10", "pypy-3.8", "pypy-3.9"]
python-version: ["3.7", "3.10", "pypy-3.8", "pypy-3.9"]
r-version: ['release']
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triggered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.10", "pypy-3.8", "pypy-3.9"]
python-version: ["3.7", "3.10", "pypy-3.8", "pypy-3.9"]
r-version: ['release']
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion asv/template/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

// The Pythons you'd like to test against. If not provided, defaults
// to the current version of Python used to run `asv`.
// "pythons": ["2.7", "3.8"],
// "pythons": ["2.7", "3.7"],

// The list of conda channel names to be searched for benchmark
// dependency packages in the specified order
Expand Down

0 comments on commit a4f1068

Please sign in to comment.