Skip to content

Commit

Permalink
python 3.10 and try python 3.11.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrysteve committed Oct 21, 2021
1 parent 81eada1 commit 3875414
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
10 changes: 5 additions & 5 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion requirements-tox.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tox>=3.14.3
tox>=3.24.4

0 comments on commit 3875414

Please sign in to comment.