Skip to content

Commit

Permalink
final python version def
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Sep 17, 2024
1 parent b04109f commit fdb54dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Install poetry
run: pipx install poetry

- name: Setup Python 3.12
- name: Setup Python 3.12.4
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.12.4
cache: 'poetry'

- name: Install Requirements
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ repos:
args: ["--profile", "black", --line-length=79]

default_language_version:
python: python3.12
python: python3.12.4
6 changes: 3 additions & 3 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 @@ -11,7 +11,7 @@ line-length = 79
target_version = ['py312']

[tool.poetry.dependencies]
python = "3.12"
python = "3.12.4"
poetry = "1.8.1"
vyper = "0.4.0"
titanoboa = { git = "https://github.com/vyperlang/titanoboa.git", branch = "master" }
Expand Down

0 comments on commit fdb54dc

Please sign in to comment.