Skip to content

Commit 4c867e6

Browse files
committed
Merge tag '1.7.0' into develop
[DEPRECATION] Python 3.7 is no longer supported.
2 parents 09e728f + f99166d commit 4c867e6

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
language: python
21
cache: pip
32

43
branches:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Read The Docs][ReadtheDocs]](https://python-namesilo.readthedocs.io)
44
[![DonateMe][PaypalBadge]](https://paypal.me/goranvrbaski)
55

6-
This code is written in Python, and the following versions are supported: `3.7`, `3.8`, `3.9`, `3.10`, `3.11` and `3.12`.
6+
This code is written in Python, and the following versions are supported: `3.8`, `3.9`, `3.10`, `3.11` and `3.12`.
77

88
If you want to contribute to this project feel free to contact me at any time.
99

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ build:
22
image: latest
33

44
python:
5-
version: 3.7
5+
version: 3.8

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@
99

1010
setup(
1111
name='python-namesilo',
12-
version='1.6.0',
12+
version='1.7.0',
1313
packages=find_packages(exclude=['docs', 'tests']),
1414
install_requires=['requests', 'xmltodict'],
15-
python_requires='>=3.7,<=3.12',
15+
python_requires='>=3.8,<=3.12',
1616
py_modules=['namesilo'],
1717
classifiers=[
1818
'Development Status :: 5 - Production/Stable',
1919
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
2020
'Operating System :: OS Independent',
2121
'Programming Language :: Python :: 3',
22-
'Programming Language :: Python :: 3.7',
2322
'Programming Language :: Python :: 3.8',
2423
'Programming Language :: Python :: 3.9',
2524
'Programming Language :: Python :: 3.10',

0 commit comments

Comments
 (0)