Skip to content

Commit c608aab

Browse files
authoredNov 16, 2022
Move CI to release 3.11 build (boto#3497)
1 parent bc70273 commit c608aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1616
os: [ubuntu-latest, macOS-latest, windows-latest ]
1717

1818
steps:

‎tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37,py38,py39,py310
2+
envlist = py37,py38,py39,py310,py311
33

44
# Comment to build sdist and install into virtualenv
55
# This is helpful to test installation but takes extra time

0 commit comments

Comments
 (0)
Please sign in to comment.