Skip to content

Commit

Permalink
raise recommended python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0nx committed Feb 24, 2024
1 parent 376bdb1 commit 733d7c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

This project is about implementing the [Shadowserver API](https://www.shadowserver.org/what-we-do/network-reporting/api-documentation/), foremost the reports API, in Python.

Supported and tested Python version: 3.9
Supported and tested Python version: 3.11

Should work on Python version >= 3.7
Should work on Python version >= 3.8

**Note:** To use this library you must have a valid API key in order to access the API services of Te Shadowserver Foundation.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

This project is about implementing the [Shadowserver API](https://www.shadowserver.org/what-we-do/network-reporting/api-documentation/), foremost the reports API, in Python.

Supported and tested Python version: 3.9
Supported and tested Python version: 3.11

Should work on Python version >= 3.7
Should work on Python version >= 3.8

**Note:** To use this library you must have a valid API key in order to access the API services of Te Shadowserver Foundation.

Expand Down

0 comments on commit 733d7c3

Please sign in to comment.