Skip to content

Commit

Permalink
ci: test with 3.11 in all OSes (#94)
Browse files Browse the repository at this point in the history
* ci: test with 3.11 in all OSes

* deps: bump pylint to 2.15.0
  • Loading branch information
skshetry authored Nov 9, 2022
1 parent efcc136 commit b624e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
pyv: ['3.8', '3.9', '3.10']
pyv: ['3.8', '3.9', '3.10', '3.11']
include:
- {os: ubuntu-latest, pyv: 'pypy3.8'}
- {os: ubuntu-latest, pyv: '3.11.0-rc - 3.11', nox_pyv: '3.11'}

steps:
- name: Check out the repository
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tests =
pytest-sugar==0.9.5
pytest-cov==3.0.0
pytest-mock==3.8.2
pylint==2.14.5
pylint==2.15.0
mypy==0.981
pytest-test-utils>=0.0.6
dev =
Expand Down

0 comments on commit b624e6e

Please sign in to comment.