Skip to content

Commit

Permalink
Switched to Python 3.11. Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Feb 7, 2024
1 parent 8bfb17e commit ce9a476
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
5 changes: 3 additions & 2 deletions Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
## Change Poetry Venv Python Version

```bash
pyenv local 3.12
poetry env use 3.12
pyenv local 3.11
poetry env use 3.11
poetry env info --path
poetry env list
```

## Bump Version Number
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ this implementation? Try out quick start page!
.. toctree::
:maxdepth: 2

/pysnmp-website <https://pysnmp.com>
/quick-start

Documentation
Expand Down
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ codecov = "^2.1.12"
pytest = "^7.2.0"
pytest-codecov = "^0.4.0"
pytest-asyncio = "^0.21.1"
Sphinx = "^4.3.0"
Sphinx = "^5.0.0"
sphinx-copybutton = "^0.5.2"
sphinx-rtd-theme = "^1.3.0"
sphinx-sitemap = "^2.5.1"
Expand Down

0 comments on commit ce9a476

Please sign in to comment.