Skip to content

Commit

Permalink
adding python 3.10 [tag & CI] (#428)
Browse files Browse the repository at this point in the history
* adding python 3.10
  • Loading branch information
Borda committed Feb 6, 2023
1 parent 0438367 commit c29b923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
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
Original file line number Diff line number Diff line change
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 c29b923

Please sign in to comment.