Skip to content

Commit

Permalink
Update dependencies and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanson8 committed Oct 18, 2023
1 parent 728de58 commit 0220005
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.2
3.12.0
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ pylama = {extras = ["all"], version = "*"}
pytest = "*"
requests-mock = "*"
types-requests = "*"
setuptools = "*"

[requires]
python_version = "3.11"
python_version = "3.12"

[scripts]
ccslips = "python -c \"from ccslips.cli import main; main()\""
147 changes: 76 additions & 71 deletions Pipfile.lock

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

0 comments on commit 0220005

Please sign in to comment.