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