Skip to content

Commit 25318b4

Browse files
min python 3.10
1 parent e66a90c commit 25318b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.9", "3.13"]
15+
python-version: ["3.10", "3.13"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install -e .
1717

1818
## Requirements
1919

20-
- Python 3.9+ (tested on 3.13)
20+
- Python 3.10+ (tested on 3.13)
2121
- LaTeX with TikZ (for PDF/PNG generation)
2222
- (optional) ImageMagick or Ghostscript or Poppler (for PNG generation)
2323

0 commit comments

Comments
 (0)