Skip to content

Commit

Permalink
Debugging failed Python 3.6 build
Browse files Browse the repository at this point in the history
Debugging failed Python 3.6 build under ubuntu. 

Removing Python 3.6. Not supported in current version of ubuntu (actions/setup-python#544)
  • Loading branch information
LSYS committed Dec 27, 2022
1 parent 63bed42 commit d14960d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6','3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit d14960d

Please sign in to comment.