Skip to content

Commit

Permalink
ci: use release version of Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Oct 26, 2022
1 parent 84f5f82 commit 56bad6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/squash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, "3.11.0-alpha.2"]
python-version: [2.7, 3.5, 3.6, 3.7, 3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 56bad6b

Please sign in to comment.