Skip to content

Commit dd7d2ed

Browse files
committed
update CI
1 parent 659ea8e commit dd7d2ed

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 'pypy-2.7', 'pypy-3.6', 'pypy-3.7', 'pypy-3.8']
12+
python: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", 'pypy-2.7', 'pypy-3.6', 'pypy-3.7', 'pypy-3.8']
1313
fail-fast: false
1414

1515
steps:

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
packages=["scorep", "scorep._instrumenters"],
7575
ext_modules=cmodules,
7676
classifiers=[
77-
"Development Status :: 4 - Beta",
77+
"Development Status :: 5 - Production/Stable",
7878
"Environment :: Console",
7979
"Intended Audience :: Developers",
8080
"Topic :: Software Development :: Testing",
@@ -88,6 +88,7 @@
8888
"Programming Language :: Python :: 3.7",
8989
"Programming Language :: Python :: 3.8",
9090
"Programming Language :: Python :: 3.9",
91+
"Programming Language :: Python :: 3.10",
9192
"Programming Language :: Python :: Implementation :: CPython",
9293
"Programming Language :: Python :: Implementation :: PyPy",
9394
"Operating System :: POSIX",

0 commit comments

Comments
 (0)