Skip to content

Commit

Permalink
adding python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 2, 2023
1 parent 0438367 commit f1ebc50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit f1ebc50

Please sign in to comment.