Skip to content

Commit

Permalink
Drop Python 3.8 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 17, 2024
1 parent 9548b1a commit 3261c5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
fail-fast: false
matrix:
# test lower version (w/ defaults) and upper version (w/ defaults and conda-forge)
python-version: ['3.8', '3.11', '3.12'] # CONDA-CLASSIC-SOLVER CHANGE
python-version: ['3.9', '3.11', '3.12'] # CONDA-CLASSIC-SOLVER CHANGE
default-channel: [defaults, conda-forge]
test-type: [conda-classic-solver, unit, integration] # CONDA-CLASSIC-SOLVER CHANGE
test-group: [1, 2, 3]
exclude:
- default-channel: conda-forge
python-version: '3.8'
python-version: '3.9'
- default-channel: defaults # CONDA-CLASSIC-SOLVER CHANGE
python-version: '3.11' # CONDA-CLASSIC-SOLVER CHANGE
- default-channel: conda-forge # CONDA-CLASSIC-SOLVER CHANGE
Expand Down Expand Up @@ -225,13 +225,11 @@ jobs:
fail-fast: false
matrix:
# test all lower versions (w/ defaults) and upper version (w/ defaults and conda-forge)
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']
default-channel: [defaults, conda-forge]
test-type: [conda-classic-solver, unit, integration] # CONDA-CLASSIC-SOLVER CHANGE
test-group: [1, 2, 3]
exclude:
- python-version: '3.8'
default-channel: conda-forge
- python-version: '3.9'
default-channel: conda-forge
- python-version: '3.10'
Expand Down Expand Up @@ -500,7 +498,7 @@ jobs:
matrix:
# test lower version (w/ osx-64 & defaults & unit tests) and upper version (w/ osx-arm64 & conda-forge & integration tests)
arch: [osx-64, osx-arm64]
python-version: ['3.8', '3.11']
python-version: ['3.9', '3.11']
default-channel: [defaults, conda-forge]
test-type: [conda-classic-solver, unit, integration] # CONDA-CLASSIC-SOLVER CHANGE
test-group: [1, 2, 3]
Expand All @@ -512,7 +510,7 @@ jobs:
- arch: osx-64
test-type: integration
- arch: osx-arm64
python-version: '3.8'
python-version: '3.9'
- arch: osx-arm64
default-channel: defaults
- arch: osx-arm64
Expand Down
1 change: 1 addition & 0 deletions news/7-%-formatting
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
### Other

* Stop using %-style formatting. (#7)
* Drop Python 3.8 from CI. Note the project is still compatible with 3.8. (#7)
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy"
]
Expand Down

0 comments on commit 3261c5d

Please sign in to comment.