pin python to 3.12.2

This commit is contained in:
Kenneth Kehl
2024-06-20 10:45:22 -07:00
parent e68aa60b42
commit 5429af16d4
3 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12.2"
python = "==3.12.2"
ago = "~=0.0.95"
beautifulsoup4 = "^4.12.3"
blinker = "~=1.8"