Skip to content

Commit

Permalink
Update python from 3.10 -> 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
joshprice committed Jul 3, 2024
1 parent 8c38147 commit 0f26b90
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.12'

- name: Install project
run: |
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ buildkite-test-collector = "==0.1.7"
[dev-packages]

[requires]
python_version = "3.10"
python_version = "3.12"
Loading

0 comments on commit 0f26b90

Please sign in to comment.