Skip to content

Commit

Permalink
workflows: removed attempt to build for python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Aug 19, 2024
1 parent 9a4d77f commit b7c3e5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:

strategy:
matrix:
# python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.9, 3.10]
python-version: [3.9]

steps:
- name: Checkout
Expand Down Expand Up @@ -56,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10]
python-version: [3.9]

steps:
- name: Checkout
Expand Down

0 comments on commit b7c3e5e

Please sign in to comment.