Skip to content

Commit

Permalink
build: drop python 3.9 support because of skimage
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Jan 23, 2025
1 parent 92c065c commit ba161dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
include:
- os: macos-latest
python-version: "3.12"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[tox]
# add py313 when https://github.com/microsoft/LightGBM/pull/6668 is merged
env_list = py38, py39, py310, py311, py312, lint
env_list = py310, py311, py312, lint

[gh]
python =
3.12 = 3.12, lint
3.11 = 3.11
3.10 = 3.10
3.9 = 3.9
3.8 = 3.8

[testenv:lint]
conda_deps=
Expand Down

0 comments on commit ba161dd

Please sign in to comment.