Skip to content

Commit

Permalink
Python 3.10 now required (for Counter.total)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Feb 7, 2024
1 parent c67b783 commit a2c7c0b
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 142 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name = "pypi"
[packages]

[dev-packages]
black = "==21.5b1"
black = "*"
isort = "*"
flake8 = "*"
coverage = "*"

[requires]
python_version = "3.9"
python_version = "3.10"
Loading

0 comments on commit a2c7c0b

Please sign in to comment.