Skip to content

Commit b7cd3d2

Browse files
committed
[.github/workflows/uv.yml] Only test newer Python versions ; [.gitignore] Ignore build/coverage artifacts
1 parent 903c88b commit b7cd3d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/uv.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version:
17-
- "3.9"
1817
- "3.10"
1918
- "3.11"
2019
- "3.12"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
build/
2+
dist/
3+
*.xml
14
.vscode
25
.idea
36
*venv*

0 commit comments

Comments
 (0)