Skip to content

Commit 1f7faee

Browse files
authored
ci: test with 3.11 in all OSes (#52)
* ci: test with 3.11 in all OSes * deps: bump pylint to 2.15.0
1 parent dc8fda8 commit 1f7faee

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-20.04, windows-latest, macos-latest]
24-
pyv: ['3.8', '3.9', '3.10']
24+
pyv: ['3.8', '3.9', '3.10', '3.11']
2525
include:
2626
- {os: ubuntu-latest, pyv: 'pypy3.8'}
27-
- {os: ubuntu-latest, pyv: '3.11.0-rc - 3.11', nox_pyv: '3.11'}
2827

2928
steps:
3029
- name: Check out the repository

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests =
3535
pytest-sugar==0.9.5
3636
pytest-cov==3.0.0
3737
pytest-mock==3.8.2
38-
pylint==2.14.5
38+
pylint==2.15.0
3939
mypy==0.971
4040
types-requests
4141
dev =

0 commit comments

Comments
 (0)