Skip to content

Commit dcb087d

Browse files
chore: Update to supported versions of Python and bump pytest (#526)
Co-authored-by: Anton Babenko <[email protected]>
1 parent 91c49f6 commit dcb087d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tests
22

33
env:
4-
PYTEST_VERSION: 7.1.3
4+
PYTEST_VERSION: 7.4.4
55

66
on:
77
push:
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python_version: ["3.7", "3.8", "3.9", "3.10"]
19+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2020
fail-fast: false
2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)