Skip to content

Commit

Permalink
Add Python 3.10 to supported/tested versions in setup.py + CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Jan 18, 2022
1 parent f58bce3 commit a669679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest,ubuntu-latest,windows-latest]
pyver: [3.6,3.7,3.8,3.9]
pyver: [3.6,3.7,3.8,3.9,3.10]
include:
# include the appropriate dependencies for testing SquashFS on each OS
- os: macos-latest
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: System :: Archiving :: Packaging",
"Topic :: System :: Software Distribution",
"Topic :: Software Development :: Build Tools"],
Expand Down

0 comments on commit a669679

Please sign in to comment.