Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eedfbce

Browse files
committedOct 4, 2021
Test on Python 3.10 too
1 parent c388c61 commit eedfbce

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

Diff for: ‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
max-parallel: 5
1212
matrix:
13-
python-version: [3.6, 3.7, 3.8, 3.9]
13+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
1414

1515
steps:
1616
- uses: actions/checkout@v2

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PuppetDB.
1616

1717
* PuppetDB 3.0 or newer
1818
* (For support of older PuppetDB versions please check versions < 0.2.0)
19-
* Python 3.6 / 3.7 / 3.8 / 3.9
19+
* Python 3.6 / 3.7 / 3.8 / 3.9 / 3.10
2020

2121
## Installation
2222

Diff for: ‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def run_tests(self):
6868
'Programming Language :: Python :: 3.7',
6969
'Programming Language :: Python :: 3.8',
7070
'Programming Language :: Python :: 3.9',
71+
'Programming Language :: Python :: 3.10',
7172
'Topic :: Software Development :: Libraries'
7273
],
7374
)

0 commit comments

Comments
 (0)