Skip to content

Commit 7738a9c

Browse files
committed
Python 3.6 reaches EOL at 3 days, Python 3.10 should be tested
1 parent 4d3285d commit 7738a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu, macos, windows]
14-
python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
14+
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v1

0 commit comments

Comments
 (0)