summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-11-05 08:59:02 -0700
committerDavid Lord <davidism@gmail.com>2021-11-05 08:59:02 -0700
commitc536a060518c7a953eca32a52bee52b451cff64f (patch)
tree8caa631f62fcafbdcdada4526b5fba22c2812125
parentb46be8e4f6c5e5876c0408c2c35ddf7664115356 (diff)
downloadmarkupsafe-c536a060518c7a953eca32a52bee52b451cff64f.tar.gz
test Python 3.11
-rw-r--r--.github/workflows/tests.yaml1
-rw-r--r--requirements/dev.txt2
-rw-r--r--requirements/tests.txt2
-rw-r--r--tox.ini2
4 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 3c375ef..4e48dd9 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -27,6 +27,7 @@ jobs:
- {name: Linux, python: '3.10', os: ubuntu-latest, tox: py310}
- {name: Windows, python: '3.10', os: windows-latest, tox: py310}
- {name: Mac, python: '3.10', os: macos-latest, tox: py310}
+ - {name: '3.11-dev', python: '3.11-dev', os: ubuntu-latest, tox: py311}
- {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 53f069c..392f7a4 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -66,7 +66,7 @@ pluggy==1.0.0
# tox
pre-commit==2.15.0
# via -r requirements/dev.in
-py==1.10.0
+py==1.11.0
# via
# pytest
# tox
diff --git a/requirements/tests.txt b/requirements/tests.txt
index eae3d8f..02dd8e8 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -12,7 +12,7 @@ packaging==21.2
# via pytest
pluggy==1.0.0
# via pytest
-py==1.10.0
+py==1.11.0
# via pytest
pyparsing==2.4.7
# via packaging
diff --git a/tox.ini b/tox.ini
index 2da3432..d1e4140 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py{310,39,38,37,36,py37}
+ py3{11,10,9,8,7,6},pypy37
style
typing
docs