Skip to content

Commit 32ac411

Browse files
committed
back down
1 parent 497cf96 commit 32ac411

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/black.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
# python-version: "3.12"
1414
- name: Format
1515
uses: psf/black@stable
16-
with:
17-
options: "--check --diff"
18-
src: "./src"
19-
use_pyproject: true
20-
# version: "py311"
21-
jupyter: false
22-
summary: true
16+
# with:
17+
# options: "--check --diff"
18+
# src: "./src"
19+
# use_pyproject: true
20+
# # version: "py311"
21+
# jupyter: false
22+
# summary: true

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
maintainers = [
1313
{name = "Remington Mallett", email = "[email protected]"},
1414
]
15-
requires-python = ">=3.12"
15+
requires-python = ">=3.8"
1616
dependencies = [
1717
"pandas>=2.0",
1818
"pooch>=1.8",

0 commit comments

Comments
 (0)