Skip to content

Commit

Permalink
Specify python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara committed Oct 15, 2024
1 parent 0111639 commit 4e8087f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

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

0 comments on commit 4e8087f

Please sign in to comment.