Skip to content

Commit

Permalink
chore: downgrade to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro committed Dec 1, 2024
1 parent 220d890 commit fd3af0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.13"
python-version: "3.12"

- name: Install pipenv and project dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ flake8 = "~=6.0"
mypy = "~=1.0"

[requires]
python_version = "3.13"
python_version = "3.12"
4 changes: 2 additions & 2 deletions Pipfile.lock

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

0 comments on commit fd3af0d

Please sign in to comment.