We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497cf96 commit 32ac411Copy full SHA for 32ac411
.github/workflows/black.yml
@@ -13,10 +13,10 @@ jobs:
13
# python-version: "3.12"
14
- name: Format
15
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
+ # with:
+ # options: "--check --diff"
+ # src: "./src"
+ # use_pyproject: true
+ # # version: "py311"
+ # jupyter: false
+ # summary: true
pyproject.toml
@@ -12,7 +12,7 @@ authors = [
12
maintainers = [
{name = "Remington Mallett", email = "[email protected]"},
]
-requires-python = ">=3.12"
+requires-python = ">=3.8"
dependencies = [
"pandas>=2.0",
"pooch>=1.8",
0 commit comments