Skip to content

Commit d5d65ad

Browse files
committed
Merge branch 'master' of github.com:micheles/decorator
2 parents baf1297 + f3daf42 commit d5d65ad

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9']
18+
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
1919

2020
steps:
2121
- uses: actions/checkout@v2

docs/documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
|---|---|
55
66
|Version| 5.1.0 (2021-09-11)|
7-
|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9|
7+
|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9, 3.10|
88
|Download page| http://pypi.python.org/pypi/decorator/5.1.0|
99
|Installation| ``pip install decorator``|
1010
|License | BSD license|

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[upload_docs]
2-
upload-dir = docs
2+
upload_dir = docs

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'Programming Language :: Python :: 3.7',
3131
'Programming Language :: Python :: 3.8',
3232
'Programming Language :: Python :: 3.9',
33+
'Programming Language :: Python :: 3.10',
3334
'Programming Language :: Python :: Implementation :: CPython',
3435
'Topic :: Software Development :: Libraries',
3536
'Topic :: Utilities'],

src/tests/documentation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
|---|---|
1515
1616
|Version| $VERSION ($DATE)|
17-
|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9|
17+
|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9, 3.10|
1818
|Download page| http://pypi.python.org/pypi/decorator/$VERSION|
1919
|Installation| ``pip install decorator``|
2020
|License | BSD license|

0 commit comments

Comments
 (0)