Skip to content

Commit

Permalink
Update python dependencies from 3.9 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
charlotte-avery committed Sep 28, 2023
1 parent b3dd36d commit de28c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v2
id: setup-python
with:
python-version: "3.9"
python-version: "3.11"
- run: pip install pipenv
- name: Cache virtualenvs
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
rev: 23.1.0
hooks:
- id: black
language_version: python3.9
language_version: python3.11
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down

0 comments on commit de28c5c

Please sign in to comment.