Skip to content

Commit

Permalink
Update tox.yml
Browse files Browse the repository at this point in the history
Remove tests for 3.10 -- the package isn't ready yet.
  • Loading branch information
AndroxxTraxxon committed Oct 10, 2023
1 parent 9836b06 commit 7ba729d
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,10 @@ on:

jobs:
tests:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.6", "3.8", "3.10"]
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]
exclude:
- python-version: "3.10"
os: ubuntu-20.04
- python-version: "3.12"
os: ubuntu-20.04
- python-version: "3.6"
os: ubuntu-22.04
- python-version: "3.6"
os: ubuntu-latest
runs-on: ${{matrix.os}}
python-version: ["3.6", "3.8"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 7ba729d

Please sign in to comment.