Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1f5ccb6

Browse files
[pre-commit.ci] pre-commit autoupdate (#69)
* [pre-commit.ci] pre-commit autoupdate * Drop Python 3.8, which latest networkx dropped
1 parent d63d49d commit 1f5ccb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18-
python-version: ["3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.9", "3.10", "3.11"]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3

‎.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
- id: black
5656
# - id: black-jupyter
5757
- repo: https://github.com/charliermarsh/ruff-pre-commit
58-
rev: v0.0.269
58+
rev: v0.0.270
5959
hooks:
6060
- id: ruff
6161
args: [--fix-only, --show-fixes]
@@ -81,7 +81,7 @@ repos:
8181
additional_dependencies: [tomli]
8282
files: ^(graphblas_algorithms|docs)/
8383
- repo: https://github.com/charliermarsh/ruff-pre-commit
84-
rev: v0.0.269
84+
rev: v0.0.270
8585
hooks:
8686
- id: ruff
8787
# `pyroma` may help keep our package standards up to date if best practices change.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /