Skip to content

Commit e7da1cd

Browse files
Reenable Python 3.8+ tests (#330)
1 parent 81f798d commit e7da1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
needs: lint
5858
strategy:
5959
matrix:
60-
pyver: [3.6, 3.7]
60+
pyver: [3.6, 3.7, 3.8, 3.9]
6161
os: [ubuntu, macos]
6262
#include:
6363
# - pyver: pypy3

0 commit comments

Comments
 (0)