Skip to content

Commit

Permalink
Linux builds on TeamCity/updates supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
russell-inorbit committed Feb 13, 2024
1 parent 7470e12 commit 76235e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: [3.8, 3.9, 3.10, 3.11]
os: [windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 76235e6

Please sign in to comment.