diff --git a/.github/workflows/python-package-testing.yml b/.github/workflows/python-package-testing.yml index 72deb25..f9f1fae 100644 --- a/.github/workflows/python-package-testing.yml +++ b/.github/workflows/python-package-testing.yml @@ -1,4 +1,4 @@ -# This workflow will install Python dependencies, run tests and lint with a variety of Python versions +bvgy# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package testing @@ -16,7 +16,7 @@ jobs: timeout-minutes: 600 strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 @@ -44,4 +44,4 @@ jobs: run: | bash <(curl -s https://codecov.io/bash) env: - super_secret: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + super_secret: ${{ secrets.CODECOV_TOKEN }}