Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 26, 2024
1 parent 2583257 commit 3d627fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
strategy:
matrix:
config: [
{os: ubuntu-latest, python-version: "3.8"},
{os: ubuntu-latest, python-version: "3.9"},
{os: ubuntu-latest, python-version: "3.10"},
{os: ubuntu-latest, python-version: "3.11"},
# {os: ubuntu-latest, python-version: "3.8"},
# {os: ubuntu-latest, python-version: "3.9"},
# {os: ubuntu-latest, python-version: "3.10"},
# {os: ubuntu-latest, python-version: "3.11"},
{os: ubuntu-latest, python-version: "3.12"},
]
env:
Expand Down

0 comments on commit 3d627fa

Please sign in to comment.