Skip to content

Commit

Permalink
1.6.5?
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed May 8, 2023
1 parent e9b4d5c commit eeab54b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ More specifically, Sismic provides:
Installation
------------

Sismic requires Python >=3.6.
Sismic requires Python >=3.7.
Sismic can be installed using ``pip`` as usual: ``pip install sismic``.
This will install the latest stable version.

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Installation
Using pip
---------

Sismic requires Python >=3.6, and can be installed using ``pip`` as usual: ``pip install sismic``.
Sismic requires Python >=3.7, and can be installed using ``pip`` as usual: ``pip install sismic``.
This will install the latest stable version.
Starting from release 1.0.0, Sismic adheres to a `semantic versioning <https://semver.org>`__ scheme.

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',

'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down

0 comments on commit eeab54b

Please sign in to comment.