Skip to content

Commit

Permalink
Test and announce python 3.10 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Jan 5, 2022
1 parent bba7c6d commit 697d945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def run(self) -> None: # pylint: disable=no-self-use
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
"entry_points": {"console_scripts": ["deploy = raiden_contracts.deploy.__main__:main"]},
"cmdclass": {
Expand Down

0 comments on commit 697d945

Please sign in to comment.