Skip to content

Commit 64aca90

Browse files
authored
ci: switch to python 3.11 release (#2162)
Python 3.11 is released so we don't need to use the beta anymore.
1 parent c28270a commit 64aca90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
26+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2727
os: [ubuntu-latest, macos-latest, windows-latest]
2828
include:
2929
- python-version: "3.7"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://tox.wiki/en/latest/config.html
22
[tox]
33
envlist =
4-
flake8,py3{7,8,9,10},covreport,docs,precommit
4+
flake8,py3{7,8,9,10,11},covreport,docs,precommit
55

66
[testenv]
77
deps =

0 commit comments

Comments
 (0)