Skip to content

Commit

Permalink
ci: add 3.11 to the Python matrix (#6315)
Browse files Browse the repository at this point in the history
*- ci: use 3.10 in release workflow
- ci: add 3.11 to the Python matrix
  • Loading branch information
neersighted authored Sep 1, 2022
1 parent 0b2f67f commit 62cd1fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, macOS, Windows]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
include:
- os: Ubuntu
image: ubuntu-22.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.10"

- name: Install Poetry
run: python install-poetry.py -y
Expand Down

0 comments on commit 62cd1fa

Please sign in to comment.