Skip to content

Commit 7823759

Browse files
authored
test: Add python 3.12 and drop 3.7 (#374)
1 parent 7c4b4b6 commit 7823759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
python-version:
18-
- 3.7
1918
- 3.8
2019
- 3.9
2120
- "3.10"
2221
- "3.11"
22+
- "3.12"
2323
services:
2424
redis:
2525
image: redis

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{37,38,39,310,311}
3+
py{38,39,310,311,312}
44
qa
55

66
[testenv]

0 commit comments

Comments
 (0)