Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Feb 6, 2022
1 parent 17618ae commit 99cc77d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-10.15, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-alpha.2", "pypy-3.6", "pypy-3.7", "pypy-3.8"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy-3.6", "pypy-3.7", "pypy-3.8"]

name: Test
runs-on: ${{ matrix.os }}
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ types-toml~=0.10.3
codespell~=2.1.0

# Tests
coverage~=6.3.1
coverage~=6.3.1; python_version > "3.6"
coverage~=6.2.0; python_version == "3.6"
pytest~=7.0.0

# Safety
Expand Down

0 comments on commit 99cc77d

Please sign in to comment.