Skip to content

Commit c31f9cb

Browse files
committed
Start testing 3.6
1 parent dff2dd6 commit c31f9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
python-version: [3.7, 3.8, 3.9]
15+
python-version: [3.6, 3.7, 3.8, 3.9]
1616
runs-on: ubuntu-latest
1717

1818
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "ServiceX DID Library Routines"
55
authors = ["Gordon Watts <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.8"
8+
python = "^3.6"
99
pika = "1.1.0"
1010
make-it-sync = "^1.0.0"
1111
requests = "^2.25.1"

0 commit comments

Comments
 (0)