Skip to content

Commit cf7b1ff

Browse files
committed
Test against Python 3.11
1 parent b97181d commit cf7b1ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: ["3.7", "3.10", "pypy-3.8"]
14+
python-version: ["3.7", "3.10", "3.11-dev", "pypy-3.8"]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.8",
2424
"Programming Language :: Python :: 3.9",
2525
"Programming Language :: Python :: 3.10",
26+
"Programming Language :: Python :: 3.11",
2627
]
2728
dependencies = [
2829
"asphalt ~= 4.6",
@@ -87,7 +88,7 @@ show_missing = true
8788
[tool.tox]
8889
legacy_tox_ini = """
8990
[tox]
90-
envlist = py37, py38, py39, py310, pypy3
91+
envlist = py37, py38, py39, py310, py311, pypy3
9192
skip_missing_interpreters = true
9293
isolated_build = true
9394

0 commit comments

Comments
 (0)