Skip to content

Commit

Permalink
Use Python 3.11 in GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Feb 3, 2023
1 parent 9568d7f commit e4a8316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10.x'
python-version: '3.11.x'
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
poetry-version: [1.3.2]

steps:
Expand Down

0 comments on commit e4a8316

Please sign in to comment.