Skip to content

Commit

Permalink
change python version in the GA
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkrivich committed Sep 8, 2024
1 parent 4e2729c commit b176cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest] #, macos-latest]
python-version: ["3.12"] #, "3.9", "3.10", "3.11"]
python-version: ["3.11"] #, "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit b176cac

Please sign in to comment.