From fd5f17738ac1d289ce16553d72930884ac6d1909 Mon Sep 17 00:00:00 2001 From: Nikoletos Konstantinos <47646955+Nikoletos-K@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:43:39 +0300 Subject: [PATCH] changed required python --- .github/workflows/tests.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9736a41..463312f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.7","3.8","3.9","3.10"] + python-version: ["3.8","3.9","3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/README.md b/README.md index e1783b9..7832962 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Discovery, in general. # Install -Install the latest version of pyjedai __[requires python >= 3.7]__: +Install the latest version of pyjedai __[requires python >= 3.8]__: ``` pip install pyjedai ```