Skip to content

Commit

Permalink
fix issues with 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
paribaker committed Dec 4, 2024
1 parent 4bd5523 commit c50f066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: pipx install pipenv
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
cache: 'pipenv'
- run: pipenv install --dev --deploy
- name: 'Create env file'
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ black = "==22.3.0" # https://github.com/psf/black
pylint-django = "==2.4.4" # https://github.com/PyCQA/pylint-django
pytest = "==7.1.3" # Latest version of pytest caused an error. Temporarily pinning
factory-boy = "==3.2.1"
pytest-factoryboy = "==2.5.1"
pytest-factoryboy = "==2.7.0"
pytest-cov = "*"
pytest-mccabe = "*"
pre-commit = "==2.13.0" # https://github.com/pre-commit/pre-commit
Expand Down

0 comments on commit c50f066

Please sign in to comment.