Skip to content

Commit 7498844

Browse files
committed
Enable tests for Python 3.10
1 parent 6ae3eb8 commit 7498844

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- 3.7
2222
- 3.8
2323
- 3.9
24+
- 3.10
2425

2526
steps:
2627
- uses: actions/checkout@master

codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ comment:
1818
layout: "reach,diff,flags,tree"
1919
behavior: default
2020
require_changes: no
21-
after_n_builds: 12
21+
after_n_builds: 15

0 commit comments

Comments
 (0)