Skip to content

Commit 2850265

Browse files
committed
removed support for 3.6 and 3.7, added for 3.11 and 3.12
1 parent b7ec647 commit 2850265

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python: ["3.7", "3.8", "3.9", "3.10"]
16+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ classifiers =
1414
Programming Language :: Python :: 3
1515
Operating System :: OS Independent
1616
Programming Language :: Python :: 3
17-
Programming Language :: Python :: 3.7
1817
Programming Language :: Python :: 3.8
1918
Programming Language :: Python :: 3.9
2019
Programming Language :: Python :: 3.10
20+
Programming Language :: Python :: 3.11
21+
Programming Language :: Python :: 3.12
2122
keywords = oob, management
2223
project_urls =
2324
Bug Tracker = https://github.com/redhat-performance/badfish/issues

0 commit comments

Comments
 (0)