Skip to content

Commit

Permalink
Revert "Github Actions - Python 3.10 support"
Browse files Browse the repository at this point in the history
This reverts commit d32bdc4.
  • Loading branch information
buffer committed Nov 16, 2021
1 parent d32bdc4 commit 7eba3cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version: [3.6, 3.7, 3.8, 3.9]
exclude:
- os: ubuntu-20.04
python-version: '3.6'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version: [3.6, 3.7, 3.8, 3.9]
exclude:
- os: ubuntu-20.04
python-version: '3.6'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-osx-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [macos-10.15]
python-version: [3.9, 3.10]
python-version: [3.9]

steps:
- name: STEP 1. Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [macos-10.15]
python-version: [3.9, 3.10]
python-version: [3.9]

steps:
- name: STEP 1. Checkout repository
Expand Down

0 comments on commit 7eba3cd

Please sign in to comment.