Skip to content

Commit

Permalink
bump python version for black
Browse files Browse the repository at this point in the history
  • Loading branch information
remrama committed Jun 3, 2024
1 parent a9a2ee8 commit 497cf96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: "3.12"
- name: Format
uses: psf/black@stable
with:
options: "--check --diff"
src: "./src"
use_pyproject: true
# version: "py311"
jupyter: false
summary: true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
maintainers = [
{name = "Remington Mallett", email = "[email protected]"},
]
requires-python = ">=3.8"
requires-python = ">=3.12"
dependencies = [
"pandas>=2.0",
"pooch>=1.8",
Expand Down

0 comments on commit 497cf96

Please sign in to comment.