Skip to content

Commit

Permalink
minimum python 3.10.10
Browse files Browse the repository at this point in the history
python 3.9 causes some syntax errors in some of our python code.
  • Loading branch information
ariffjeff committed Jan 10, 2024
1 parent 2200dda commit bf373bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 46 deletions.
58 changes: 13 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/ariffjeff/ReEmployCT-Data-Entry"
keywords = ["unemployment", "benefits"]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10.10"
colorama = "^0.4.6"
pandas = "^1.5.3"
selenium = "^4.8.2"
Expand Down

0 comments on commit bf373bf

Please sign in to comment.