summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-05 15:46:57 +0300
committerGitHub <noreply@github.com>2021-10-05 05:46:57 -0700
commitd554122e2a5702daeb68a3714826c1c7df8cbea3 (patch)
tree6a8c27de98d0d92bab4649ba775be67f986ade9a /.github
parent82e1b6cb8faa8c4f0e9a57b3401a9b2a7afcc473 (diff)
downloadpycparser-d554122e2a5702daeb68a3714826c1c7df8cbea3.tar.gz
Add support for Python 3.10 (#436)
* Add support for Python 3.10 * Test on 3.10 final
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 40c5b02..51bd891 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, 3.9]
+ python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps: