Skip to content

Commit c04d660

Browse files
committed
CI: Python 3.11 has been released
1 parent 213fc8a commit c04d660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: [ubuntu-latest]
2121
python-version: [
22-
'3.6', '3.7', '3.8', '3.9', '3.10', '3.11-dev',
22+
'3.6', '3.7', '3.8', '3.9', '3.10', '3.11',
2323
'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9',
2424
]
2525
steps:

0 commit comments

Comments
 (0)