summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-12-08 06:08:06 -0800
committerGitHub <noreply@github.com>2020-12-08 06:08:06 -0800
commitf655908d75010db66ec88e4023ed0982b8b00f94 (patch)
treeb1346c9e76411010348d2f440c11e37768a8aaa3 /.github
parent7a7b0d4e19f94668001871290a27bad9a68ca274 (diff)
downloadpycparser-f655908d75010db66ec88e4023ed0982b8b00f94.tar.gz
Add testing and support for modern Pythons (#398)
Python 3.9 was released on October 5th, 2020.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 78bee2b..212f0bb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- python-version: [2.7, 3.6, 3.7, 3.8]
+ python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest, windows-latest]
steps: