From e183755188cd7acdad71b4df9a3ef8f907ab457d Mon Sep 17 00:00:00 2001 From: Michael Bukachi Date: Sun, 1 Sep 2024 19:21:21 +0300 Subject: [PATCH] refactor: Remove python37 support --- .github/workflows/test-pr.yml | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 5489112..13052c1 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] + python-version: [3.8, 3.9, '3.10', '3.11'] # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it diff --git a/.gitignore b/.gitignore index 3575ecc..440e79e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ /*.egg-info /*.egg .pypirc -env \ No newline at end of file +env +venv \ No newline at end of file