Skip to content

Commit

Permalink
Python ~> 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Aug 4, 2023
1 parent cbcc5d2 commit c25bc42
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"
- uses: amancevice/setup-code-climate@v1
with:
cc_test_reporter_id: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down
2 changes: 1 addition & 1 deletion python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pytest-cov = "*"
boto3 = "*"

[requires]
python_version = "3.9"
python_version = "3.11"
Loading

0 comments on commit c25bc42

Please sign in to comment.