Skip to content

Commit

Permalink
Don't run CI against Python 3.8
Browse files Browse the repository at this point in the history
Blueapi doesn't support Python 3.8
  • Loading branch information
joeshannon committed Mar 6, 2024
1 parent d63ecd5 commit 0cacfb3
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 @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
include:
# Include one that runs in the dev environment
- runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 0cacfb3

Please sign in to comment.