Skip to content

Commit

Permalink
testing with only local version
Browse files Browse the repository at this point in the history
  • Loading branch information
drifter089 committed Oct 24, 2024
1 parent a3123a0 commit 715ea0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: [3.12]
# ["3.6", "3.7", "3.8", "3.9"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 715ea0c

Please sign in to comment.