Skip to content

Commit e4a8316

Browse files
committed
Use Python 3.11 in GitHub Workflows
1 parent 9568d7f commit e4a8316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: '3.10.x'
17+
python-version: '3.11.x'
1818
- name: Install Poetry
1919
uses: abatilo/[email protected]
2020
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ['3.7', '3.8', '3.9', '3.10']
16+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1717
poetry-version: [1.3.2]
1818

1919
steps:

0 commit comments

Comments
 (0)