Skip to content

Commit 4baf031

Browse files
committed
testing for more recent python versions + 3.7 version
1 parent a06bd59 commit 4baf031

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run_code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
strategy:
1616
matrix:
17-
python-version: ["3.8"]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1818

1919
steps:
2020
- name: Checkout

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ classifiers = [
1717
"Development Status :: 5 - Production/Stable",
1818
"Intended Audience :: Developers",
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.6",
2120
"Programming Language :: Python :: 3.7",
2221
"Programming Language :: Python :: 3.8",
22+
"Programming Language :: Python :: 3.9",
23+
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
2325
"Programming Language :: Python :: Implementation :: CPython",
2426
"Programming Language :: Python :: Implementation :: PyPy",
2527
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)