Skip to content

Commit 7cae361

Browse files
Merge pull request #88 from source-foundry/dev
Add cPython 3.9 testing
2 parents 1173e9a + 976eecd commit 7cae361

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/py-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: [3.6, 3.7, 3.8]
11+
python-version: [3.6, 3.7, 3.8, 3.9]
1212

1313
steps:
1414
- uses: actions/checkout@v2

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v2.1.1
44

5+
- Add cPython 3.9 interpreter unit testing
56
- Add CodeQL static source testing
67
- Bump fonttools dependency to v4.16.1
78
- Bump aiohttp dependency to v3.6.3

0 commit comments

Comments
 (0)