We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f51ec1 commit 2b2e2f1Copy full SHA for 2b2e2f1
.github/workflows/python-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- python-version: ["3.10"]
+ python-version: ["3.12"]
21
22
steps:
23
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install dependencies
32
run: |
33
- python -m pip install -r requirements.txt
+ python -m pip install -e ".[dev]"
34
35
- name: Test with pytest
36
.gitignore
@@ -15,3 +15,7 @@ config.yaml
15
.coverage
16
htmlconv
assets
+
+# AI assistants
+CLAUDE.md
0 commit comments