Skip to content

Commit f0601b6

Browse files
committed
adding python 3.10
1 parent 396ef1c commit f0601b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Python Fire
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
python-version: [2.7, 3.5, 3.7, 3.8, 3.9]
10+
python-version: ["2.7", "3.5", "3.7", "3.8", "3.9", "3.10"]
1111

1212
steps:
1313
# Checkout the repo.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
'Programming Language :: Python :: 3.7',
7272
'Programming Language :: Python :: 3.8',
7373
'Programming Language :: Python :: 3.9',
74+
'Programming Language :: Python :: 3.10',
7475

7576
'Operating System :: OS Independent',
7677
'Operating System :: POSIX',

0 commit comments

Comments
 (0)