Skip to content

Commit

Permalink
Test branch for PR 341
Browse files Browse the repository at this point in the history
  • Loading branch information
trunk-io[bot] authored Sep 15, 2023
2 parents 9c3bf03 + be18238 commit ccfa064
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.11]
python-version: [3.8, 3.11]

env:
CRIPT_HOST: https://lb-stage.mycriptapp.org/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License](./CRIPT_full_logo_colored_transparent.png)](https://github.com/C-Accel-CRIPT/Python-SDK/blob/develop/LICENSE.md)

[![License](https://img.shields.io/github/license/C-Accel-CRIPT/cript?style=flat-square)](https://github.com/C-Accel-CRIPT/Python-SDK/blob/develop/LICENSE.md)
[![Python](https://img.shields.io/badge/Language-Python%203.7+-blue?style=flat-square&logo=python)](https://www.python.org/)
[![Python](https://img.shields.io/badge/Language-Python%203.8+-blue?style=flat-square&logo=python)](https://www.python.org/)
[![Code style is black](https://img.shields.io/badge/Code%20Style-black-000000.svg?style=flat-square&logo=python)](https://github.com/psf/black)
[![Link to CRIPT website](https://img.shields.io/badge/platform-criptapp.org-blueviolet?style=flat-square)](https://criptapp.org/)
[![Using Pytest](https://img.shields.io/badge/Dependencies-pytest-green?style=flat-square&logo=Pytest)](https://docs.pytest.org/en/7.2.x/)
Expand Down Expand Up @@ -36,7 +36,7 @@ The CRIPT Python SDK allows programmatic access to the [CRIPT platform](https://

## Installation

CRIPT Python SDK requires Python 3.7+
CRIPT Python SDK requires Python 3.8+

The latest released of CRIPT Python SDK is available on [Python Package Index (PyPI)](https://pypi.org/project/cript/)

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/cript_installation_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Steps

1. Install [Python 3.7+](https://www.python.org/downloads/)
1. Install [Python 3.8+](https://www.python.org/downloads/)
2. Create a virtual environment

> It is best practice to create a dedicated [python virtual environment](https://docs.python.org/3/library/venv.html) for each python project
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ classifiers =
Topic :: Scientific/Engineering
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8

[options]
package_dir =
=src
packages = find:
python_requires = >=3.7
python_requires = >=3.8
include_package_data = True
install_requires =
requests==2.31.0
Expand Down

0 comments on commit ccfa064

Please sign in to comment.