Skip to content

Commit

Permalink
Drop python 3.7 from the test matrix (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
shatakshiiii authored Oct 26, 2023
1 parent ab658c1 commit 23ccc62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: generate_matrix
uses: coactions/dynamic-matrix@v1
with:
min_python: "3.7"
min_python: "3.8"
max_python: "3.12"
default_python: "3.11" # used by jobs in other_names
other_names: |
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["ansible", "collections", "tox"]
license = { text = "MIT" }
maintainers = [{ "name" = "Ansible by Red Hat", "email" = "info@ansible.com" }]
authors = [{ "name" = "Bradley A. Thornton", "email" = "bthornto@redhat.com" }]
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand All @@ -26,7 +26,6 @@ classifiers = [
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 23ccc62

Please sign in to comment.