From 8ae91d41a7a8e8866e68c38e83ad0073b004c23d Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sun, 7 Feb 2021 16:58:52 -0500 Subject: [PATCH] test: add testing on Python 3.9 Signed-off-by: Mike Fiedler --- .github/workflows/python.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index bf3cb68..577f1c7 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -19,7 +19,7 @@ jobs: - macos-latest - ubuntu-latest - windows-latest - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 diff --git a/pyproject.toml b/pyproject.toml index 440db5e..ea8df54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation :: CPython", "Operating System :: OS Independent", "License :: OSI Approved :: MIT License",