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 e66a90c commit 25318b4Copy full SHA for 25318b4
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: ["3.9", "3.13"]
+ python-version: ["3.10", "3.13"]
16
17
steps:
18
- uses: actions/checkout@v4
README.md
@@ -17,7 +17,7 @@ pip install -e .
## Requirements
19
20
-- Python 3.9+ (tested on 3.13)
+- Python 3.10+ (tested on 3.13)
21
- LaTeX with TikZ (for PDF/PNG generation)
22
- (optional) ImageMagick or Ghostscript or Poppler (for PNG generation)
23
0 commit comments