Skip to content

Commit

Permalink
Remove PY3.8 support; Add PY3.13 support
Browse files Browse the repository at this point in the history
Update GH actions to reflect this.

Switch to `types-setuptools` since pypi removed the previously
used types-pkg-resources.
  • Loading branch information
ktbyers committed Dec 16, 2024
1 parent 9380759 commit c215fb4
Show file tree
Hide file tree
Showing 4 changed files with 1,483 additions and 1,209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: bash
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
platform: [ubuntu-latest, macos-13, windows-2019]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ What Nornir brings to the table is that it takes care of dealing with your inven
Install
=======

Please note that Nornir requires Python 3.8 or higher. Install Nornir with pip.
Please note that Nornir requires Python 3.9 or higher. Install Nornir with pip.

```
pip install nornir
Expand Down
Loading

0 comments on commit c215fb4

Please sign in to comment.