diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18bff567..05f2c776 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, windows-2019] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.9, 3.8, 3.7, 3.6] environment: ['3.8', '3.9', '3.7', '3.6', 'interpreter'] steps: - name: Checkout code