Skip to content

Commit

Permalink
Remove python 3.8 from the CI test matrix for the agent (#450)
Browse files Browse the repository at this point in the history
* Remove python 3.8 from the CI test matrix for the agent

* Remove 3.8 from cli test matrix
  • Loading branch information
plars authored Jan 24, 2025
1 parent fea3bfd commit 69de9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agent-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: [self-hosted, linux, jammy, X64]
strategy:
matrix:
python: ["3.8.12", "3.10"]
python: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: [self-hosted, linux, jammy, X64]
strategy:
matrix:
python: ["3.8", "3.10"]
python: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 69de9a6

Please sign in to comment.