Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2ba85f

Browse files
committed
Start testing on Python 3.11
1 parent 3b79f63 commit c2ba85f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- os: ubuntu-20.04
4949
python-version: '3.10'
5050
extra-requirements: '-r requirements/testing/extra.txt'
51+
- os: ubuntu-20.04
52+
python-version: '3.11.0-rc.1'
53+
extra-requirements: '-r requirements/testing/extra.txt'
5154
- os: macos-latest
5255
python-version: 3.8
5356

0 commit comments

Comments
 (0)