Skip to content

Commit

Permalink
Updated dependencies. Removed Python 3.8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
snanda85 committed Jul 15, 2024
1 parent e519e5e commit dbff325
Show file tree
Hide file tree
Showing 3 changed files with 1,153 additions and 860 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
raise SystemExit(dedent(message)) from None

package = "camelot"
python_versions = ["3.10", "3.9", "3.8", "3.11"]
python_versions = ["3.10", "3.9", "3.11"]
nox.needs_version = ">= 2021.6.6"
nox.options.sessions = (
"pre-commit",
Expand Down
Loading

0 comments on commit dbff325

Please sign in to comment.