Skip to content

Commit

Permalink
Update to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 16, 2023
1 parent 2e6dcfc commit 95dbb0d
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'
- name: Cache Python environment
uses: actions/cache@v3
id: cache-python
Expand Down
22 changes: 22 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
docker = "==6.1.3"
python-dateutil = "==2.8.2"
pyelftools = "==0.29"
black = "==23.7.0"
pylint = "==2.17.5"
mypy = "==1.5.1"
mypy-extensions = "==1.0.0"
jinja2 = "==3.1.2"
types-python-dateutil = "==2.8.19.14"
types-requests = "==2.31.0.2"
typing-extensions = "==4.7.1"

[dev-packages]

[requires]
python_version = "3.11"
Loading

0 comments on commit 95dbb0d

Please sign in to comment.