Skip to content

Commit e3501ee

Browse files
authored
Merge pull request #83 from networktocode/dga-python3.10
Add python 3.10 to CI pipeline
2 parents 4a301c7 + 12ca23a commit e3501ee

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
@@ -112,7 +112,7 @@ jobs:
112112
strategy:
113113
fail-fast: true
114114
matrix:
115-
python-version: ["3.6", "3.7", "3.8", "3.9"]
115+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
116116
runs-on: "ubuntu-20.04"
117117
env:
118118
PYTHON_VER: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)