Skip to content

Commit 2d45f53

Browse files
authored
use 3.11.0 for testing (#367)
1 parent 12456ee commit 2d45f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
os: [ubuntu]
56-
python: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
56+
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
5757
redis: ['5']
5858
include:
5959
- python: '3.10'

0 commit comments

Comments
 (0)