Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 8313dc5

Browse files
authored
Merge pull request #457 from hugovk/test-3.11
Replace 3.11-dev with 3.11
2 parents d4072de + 52e95bb commit 8313dc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

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

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
env:
66
FORCE_COLOR: 1
@@ -18,7 +18,7 @@ jobs:
1818
"3.8",
1919
"3.9",
2020
"3.10",
21-
"3.11-dev",
21+
"3.11",
2222
"pypy2.7",
2323
]
2424
os: [ubuntu-latest]

0 commit comments

Comments
 (0)