Skip to content

Commit

Permalink
Merge tag '1.7.0' into develop
Browse files Browse the repository at this point in the history
[DEPRECATION]

Python 3.7 is no longer supported.
  • Loading branch information
goranvrbaski committed Oct 8, 2024
2 parents 09e728f + f99166d commit 4c867e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: python
cache: pip

branches:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Read The Docs][ReadtheDocs]](https://python-namesilo.readthedocs.io)
[![DonateMe][PaypalBadge]](https://paypal.me/goranvrbaski)

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`.
This code is written in Python, and the following versions are supported: `3.8`, `3.9`, `3.10`, `3.11` and `3.12`.

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

Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ build:
image: latest

python:
version: 3.7
version: 3.8
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@

setup(
name='python-namesilo',
version='1.6.0',
version='1.7.0',
packages=find_packages(exclude=['docs', 'tests']),
install_requires=['requests', 'xmltodict'],
python_requires='>=3.7,<=3.12',
python_requires='>=3.8,<=3.12',
py_modules=['namesilo'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 4c867e6

Please sign in to comment.