File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ options and invocation.
5050
5151### Dependencies
5252
53- * Python >= 3.8
53+ * Python >= 3.9
5454 * [ pdfminer.six] ( https://github.com/pdfminer/pdfminer.six )
5555
5656
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55[project ]
66name = " pdfannots"
77dynamic = [" version" ]
8- requires-python = " >=3.8 "
8+ requires-python = " >=3.9 "
99dependencies = [" pdfminer.six >= 20220319, != 20240706" ]
1010description = " Tool to extract and pretty-print PDF annotations for reviewing"
1111readme = " README.md"
Original file line number Diff line number Diff line change 11# general requirements for pdfannots
22# Use as: pip3 install -r requirements.txt
33
4- pdfminer.six == 20251107
4+ pdfminer.six == 20251107 ; python_version == "3.9"
5+ pdfminer.six == 20251230 ; python_version > "3.9"
You can’t perform that action at this time.
0 commit comments