Skip to content

Commit

Permalink
3.10 is not working yet, let's do fix it later
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Aug 19, 2021
1 parent 7995d4b commit adbf868
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
python-version: [3.6, 3.7, 3.8, 3.9]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PuppetDB.

* PuppetDB 3.0 or newer
* (For support of older PuppetDB versions please check versions < 0.2.0)
* Python 3.6-3.10
* Python 3.6-3.9

## Installation

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def run_tests(self):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries'
],
)

0 comments on commit adbf868

Please sign in to comment.