Skip to content

Commit 59e73ff

Browse files
committed
python 3.10, 3.11 tests added.
1 parent 539d10a commit 59e73ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ keywords = ["cron", "crontab", "cron-utils", "cron-tools", "parser"]
1111
classifiers = [
1212
"License :: Public Domain",
1313
"Programming Language :: Python :: 3",
14+
"Programming Language :: Python :: 3.7",
15+
"Programming Language :: Python :: 3.8",
16+
"Programming Language :: Python :: 3.9",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
1419
"Intended Audience :: Developers",
1520
"Topic :: Software Development :: Libraries",
1621
"Topic :: Utilities"

0 commit comments

Comments
 (0)