From 38754145e8044daf0c57459aaa34bd2228a89438 Mon Sep 17 00:00:00 2001 From: "Stephen J. Fuhry" Date: Thu, 21 Oct 2021 14:40:17 +0000 Subject: [PATCH] python 3.10 and try python 3.11.0-alpha.1 --- .github/workflows/build.yml | 2 +- requirements-test.txt | 10 +++++----- requirements-tox.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2dfef13..0cdc5b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: # # Please bump to the latest unreleased candidate # when you come across this and have a moment to spare! - python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-beta.1] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0-alpha.1] steps: - uses: actions/checkout@master - name: set up Python ${{ matrix.python-version }} diff --git a/requirements-test.txt b/requirements-test.txt index 39caf03..8c3e698 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,10 +1,10 @@ -coverage>=5.4 -jsonschema>=3.2 -pytest>=6.2.2 +coverage>=6.0.2 +jsonschema>=4.1.2 +pytest>=6.2.5 pytest-cov # Optional installs for the wheel, but always required for tests marshmallow-enum marshmallow-union -mypy>=0.800 +mypy>=0.910 -pre-commit~=2.6 +pre-commit~=2.15 diff --git a/requirements-tox.txt b/requirements-tox.txt index 5473c6c..4d28489 100644 --- a/requirements-tox.txt +++ b/requirements-tox.txt @@ -1 +1 @@ -tox>=3.14.3 +tox>=3.24.4