Skip to content

Commit 7f8e227

Browse files
committed
RCB-596: Add sonar ignore and add some more Python version support.
1 parent 6a0d471 commit 7f8e227

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ htmlcov/
5959
nosetests.xml
6060
coverage.xml
6161
*,cover
62+
.scannerwork/
6263

6364
# Translations
6465
*.mo

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def read(*filenames, **kwargs):
5454
'Programming Language :: Python :: 3.6',
5555
'Programming Language :: Python :: 3.7',
5656
'Programming Language :: Python :: 3.8',
57+
'Programming Language :: Python :: 3.9',
58+
'Programming Language :: Python :: 3.10',
5759
'Topic :: Software Development :: Libraries :: Python Modules'
5860
]
5961
)

0 commit comments

Comments
 (0)