Skip to content

Commit fe6b3ae

Browse files
authored
Merge pull request #51 from sanjayankur31/feat/3.11
ci(py311): add to matrix
2 parents 2964ff4 + 9770a5a commit fe6b3ae

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
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: [ "3.7", "3.8", "3.9", "3.10"]
27+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11"]
2828
runs-on: [ubuntu-latest, macos-latest, windows-latest]
2929

3030
steps:

0 commit comments

Comments
 (0)