Skip to content

Commit 45a3b05

Browse files
authored
Run the tests on python 3.8 too. (#51)
1 parent 240186c commit 45a3b05

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ python:
1111
- '3.5'
1212
- '3.6'
1313
- '3.7'
14+
- "3.8-dev"
1415

1516
before_script:
1617
- docker pull lkdevelopment/hetzner-cloud-api-mock

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
'Programming Language :: Python :: 3.5',
4343
'Programming Language :: Python :: 3.6',
4444
'Programming Language :: Python :: 3.7',
45+
'Programming Language :: Python :: 3.8',
4546
],
46-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.8',
47+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9',
4748
description="Official Hetzner Cloud python library",
4849
install_requires=requirements,
4950
extras_require=extras_require,

0 commit comments

Comments
 (0)