From 2c47a183059b43f7b6a3445ff9637f954ebe42dc Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 25 Oct 2020 17:36:54 -0400 Subject: [PATCH 1/2] add cPython 3.9 testing --- .github/workflows/py-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py-ci.yml b/.github/workflows/py-ci.yml index 872c997..22ff75a 100644 --- a/.github/workflows/py-ci.yml +++ b/.github/workflows/py-ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 From 976eecdf81782b6ea554f84c8a1157fb1f9fb1ba Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 25 Oct 2020 17:38:06 -0400 Subject: [PATCH 2/2] [CHANGELOG.md] add cPy 3.9 testing in v2.1.1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff6d8f..733f508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## v2.1.1 +- Add cPython 3.9 interpreter unit testing - Add CodeQL static source testing - Bump fonttools dependency to v4.16.1 - Bump aiohttp dependency to v3.6.3