Skip to content

Commit 9fb3991

Browse files
committed
ci: Add Python 3.10, 3.11 and drop 3.6
Python 3.6 is dropped because setup-python no longer supports it.
1 parent dae3db6 commit 9fb3991

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version:
19+
- '3.11'
20+
- '3.10'
1921
- '3.9'
2022
- '3.8'
2123
- '3.7'
22-
- '3.6'
2324

2425
steps:
2526
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)