Skip to content

Commit

Permalink
Merge pull request #28 from skalenetwork/update-skale-py-version-to-7…
Browse files Browse the repository at this point in the history
….0dev0

Update skale.py version to 7.0dev0
  • Loading branch information
DmytroNazarenko authored Oct 3, 2024
2 parents 9dfbe27 + 6eb5b71 commit 821c41e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Python package for node and schain checks

## Requirements

* Python 3.7+ compatible
* Python 3.11+ compatible

## Installation

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@

setup(
name='skale-checks',
version='1.0',
version='1.1',
description='Checks for SKALE infrastructure',
long_description_markdown_filename='README.md',
author='SKALE Labs',
author_email='[email protected]',
url='https://github.com/skalenetwork/skale-checks',
install_requires=[
"skale.py==6.2b0",
"skale.py==7.0dev0",
"elasticsearch==7.12.0"
],
python_requires='>=3.7,<4',
python_requires='>=3.11,<4',
extras_require=extras_require,
keywords=['skale', 'checks'],
packages=find_packages(),
Expand All @@ -42,6 +42,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Natural Language :: English',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.11',
]
)

0 comments on commit 821c41e

Please sign in to comment.