Skip to content

Commit 8e357c1

Browse files
authored
Merge pull request #416 from marshmallow-code/Python_3.11
Support Python 3.11
2 parents 47be5d6 + 1789886 commit 8e357c1

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
include:
2222
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
23-
- {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310}
23+
- {name: '3.11', python: '3.11', os: ubuntu-latest, tox: py311}
2424
steps:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-python@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"Programming Language :: Python :: 3.8",
4949
"Programming Language :: Python :: 3.9",
5050
"Programming Language :: Python :: 3.10",
51+
"Programming Language :: Python :: 3.11",
5152
"Programming Language :: Python :: 3 :: Only",
5253
],
5354
keywords=[

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = lint,py37,py38,py39,py310
2+
envlist = lint,py37,py38,py39,py310,py311
33
skip_missing_interpreters = True
44

55
[testenv]

0 commit comments

Comments
 (0)