Skip to content

Commit 6e79b37

Browse files
committed
do drop 3.8
1 parent 96e107e commit 6e79b37

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
platform: [ubuntu-latest, macos-latest, windows-latest]
21-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
21+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222
runs-on: ${{matrix.platform}}
2323
steps:
2424
- name: Checkout

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "dask-histogram"
77
description = "Histogramming with Dask."
88
readme = "README.md"
99
license = {text = "BSD-3-Clause"}
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
authors = [
1212
{ name = "Doug Davis", email = "[email protected]" },
1313
]
@@ -16,7 +16,6 @@ classifiers = [
1616
"License :: OSI Approved :: BSD License",
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3 :: Only",
19-
"Programming Language :: Python :: 3.8",
2019
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)