Skip to content

Commit 6cc2090

Browse files
update
1 parent 85fc978 commit 6cc2090

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: true
2222
matrix:
23-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
23+
python-version: [ "3.13"]
2424

2525
steps:
2626
- uses: actions/checkout@v4
@@ -40,10 +40,10 @@ jobs:
4040
sudo apt-get update
4141
sudo apt-get install -y graphviz
4242
43-
- name: Lint with flake8
44-
run: |
45-
# Replicate: flake8 --doctests --exclude=doc, also exclude .venv
46-
uv run flake8 --doctests --exclude=doc,.venv
43+
# - name: Lint with flake8
44+
# run: |
45+
# # Replicate: flake8 --doctests --exclude=doc, also exclude .venv
46+
# uv run flake8 --doctests --exclude=doc,.venv
4747

4848
- name: Test with pytest
4949
run: |

0 commit comments

Comments
 (0)