diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc5e0405..94515c62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,13 +1,13 @@ name: Python Fire -on: [push] +on: [push, pull_request] jobs: build: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [2.7, 3.5, 3.7, 3.8, 3.9] + python-version: ["2.7", "3.5", "3.7", "3.8", "3.9", "3.10"] steps: # Checkout the repo. diff --git a/setup.py b/setup.py index f1f91103..8e95f414 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Operating System :: OS Independent', 'Operating System :: POSIX',