Skip to content

Commit

Permalink
chore: update minimum Python version now that 3.7 has reached end-of-…
Browse files Browse the repository at this point in the history
…life
  • Loading branch information
lvaylet committed May 17, 2024
1 parent 2a290b2 commit 47f5492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The **Error Budget Burn Rate** is often used for [**alerting on SLOs**](https://

### Requirements

- `python3.7` and above
- `python3.8` and above
- `pip3`

### Installation
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ classifiers =
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Build Tools
Topic :: System :: Monitoring

[options]
packages = find:
python_requires = >=3.7, <4
python_requires = >=3.8, <4
install_requires =
pyyaml
ruamel.yaml
Expand Down

0 comments on commit 47f5492

Please sign in to comment.