Skip to content

Commit

Permalink
Update Github Actions
Browse files Browse the repository at this point in the history
- Update Python versions.
- Disabled Python 2.7 test for now.
  • Loading branch information
eandersson committed Aug 26, 2023
1 parent 9c563cf commit 34558bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: 2.7
python-version: 3.6
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [2.7.18, 3.6.15, 3.8.16, 3.9.16, 3.10.10, 3.11.2]
python-version: [3.6.15, 3.8.18, 3.11.5]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 34558bd

Please sign in to comment.