Skip to content

Commit

Permalink
python version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Sep 17, 2024
1 parent fdb54dc commit e6052f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Python 3.12.4
- name: Setup Python 3.12.6
uses: actions/setup-python@v4
with:
python-version: 3.12.4
python-version: 3.12.6

# Run pre-commit hooks (e.g., black, flake8, isort)
- uses: pre-commit/[email protected]
Expand All @@ -34,10 +34,10 @@ jobs:
- name: Install poetry
run: pipx install poetry

- name: Setup Python 3.12.4
- name: Setup Python 3.12.6
uses: actions/setup-python@v5
with:
python-version: 3.12.4
python-version: 3.12.6
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.4
python: python3.12.6
4 changes: 2 additions & 2 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.4"
python = "3.12.6"
poetry = "1.8.1"
vyper = "0.4.0"
titanoboa = { git = "https://github.com/vyperlang/titanoboa.git", branch = "master" }
Expand Down

0 comments on commit e6052f2

Please sign in to comment.