Skip to content

Commit

Permalink
Upgrade to Python 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: ZIV NEVO <[email protected]>
  • Loading branch information
zivnevo committed Oct 31, 2023
1 parent 024442f commit bb64d46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-nca-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: 3.8
python-version: 3.9
architecture: x64
cache: pip
- run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
steps:
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: 3.8
python-version: 3.9
architecture: x64
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It takes such resources as input, in addition to a list of relevant endpoints, a
- What are the endpoints that are not covered by any policy?
- Are my policies implemented efficiently?

## Installation (requires Python 3.8 or above)
## Installation (requires Python 3.9 or above)
For command-line use, NCA is installed with:
```shell
pip install network-config-analyzer
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_requires =
networkx==3.1
beautifulsoup4==4.12.0

python_requires = >=3.8
python_requires = >=3.9

[options.packages.find]
include = nca*
Expand Down

0 comments on commit bb64d46

Please sign in to comment.