Skip to content

Commit 697d945

Browse files
committed
Test and announce python 3.10 compatibility
1 parent bba7c6d commit 697d945

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
python-version: [3.7, 3.8, 3.9]
15+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1616

1717
steps:
1818
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def run(self) -> None: # pylint: disable=no-self-use
100100
"Programming Language :: Python :: 3.7",
101101
"Programming Language :: Python :: 3.8",
102102
"Programming Language :: Python :: 3.9",
103+
"Programming Language :: Python :: 3.10",
103104
],
104105
"entry_points": {"console_scripts": ["deploy = raiden_contracts.deploy.__main__:main"]},
105106
"cmdclass": {

0 commit comments

Comments
 (0)