Skip to content

Commit 1fc2884

Browse files
Merge pull request #12 from twosigma/test-latest-key-wins
added unit test
2 parents e8afcad + 35249b1 commit 1fc2884

10 files changed

+445
-460
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v1
1515
with:
16-
python-version: "3.8"
16+
python-version: "3.9"
1717
architecture: x64
1818
- name: Setup Graphviz
1919
uses: ts-graphviz/setup-graphviz@v1

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-python@v1
1111
with:
12-
python-version: "3.8"
12+
python-version: "3.9"
1313
architecture: x64
1414
- name: Setup Graphviz
1515
uses: ts-graphviz/setup-graphviz@v1

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
- ubuntu-latest
1111
- windows-latest
1212
python:
13-
- "3.6"
1413
- "3.7"
1514
- "3.8"
15+
- "3.9"
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)