Skip to content

Commit

Permalink
Drop Python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Jun 9, 2024
1 parent b4073e4 commit 6f4bf1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ name: CI
pull_request:

env:
PYTHON_VERSION: "3.12"
# Python 3.12 doesn't work
# since setuptools is no longer installed in venvs.
# Need to wait for Nornir to add it as an explicit dependency.
PYTHON_VERSION: "3.11"

jobs:
lint:
Expand Down

0 comments on commit 6f4bf1a

Please sign in to comment.