Skip to content

Commit

Permalink
project: Only use python 3.10 for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartMacKay committed Dec 29, 2024
1 parent 733fbf3 commit 070f78d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
python-version:
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ envlist =
[gh-actions]
python =
3.10: python3.10
3.11: python3.11

[testenv:docs]
basepython = python
Expand Down

0 comments on commit 070f78d

Please sign in to comment.