From 19eb5583463b91527319f9428b5725d79acd2c7c Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Fri, 23 Sep 2022 01:40:14 -0500 Subject: [PATCH] test: set default python to 3.9 --- .github/workflows/python-package.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index aa7cf9c..17e02c7 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -41,21 +41,21 @@ jobs: tox -e py - name: Check Distribution - if: ${{ matrix.python-version == '3.8' }} + if: ${{ matrix.python-version == '3.9' }} run: | tox -e dist-check - name: Codestyle - if: ${{ matrix.python-version == '3.8' }} + if: ${{ matrix.python-version == '3.9' }} run: | tox -e codestyle - name: Lint - sort - if: ${{ matrix.python-version == '3.8' }} + if: ${{ matrix.python-version == '3.9' }} run: | tox -e sort - name: Security - if: ${{ matrix.python-version == '3.8' }} + if: ${{ matrix.python-version == '3.9' }} run: | tox -e security