Skip to content

Commit

Permalink
chore: upgrade to python 3.11 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Mar 18, 2024
1 parent 92486d8 commit 9c634bf
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
on: [push, pull_request,workflow_dispatch]
on: [ push, pull_request, workflow_dispatch ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -12,7 +12,7 @@ jobs:
run: pipx install pipenv
- uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.11'
cache: 'pipenv'
- name: Install dependencies
run: pipenv sync --dev
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.8.6
python 3.11.8
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ testinfra = "*"
pytest = "*"

[requires]
python_version = "3.8"
python_version = "3.11"
74 changes: 36 additions & 38 deletions Pipfile.lock

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

0 comments on commit 9c634bf

Please sign in to comment.