Skip to content

Commit ee4586a

Browse files
authored
Support for Python: added 3.13, 3.14, removed 3.8 (#119)
1 parent 72d7c42 commit ee4586a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu, macos, windows]
22-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
2323

2424
steps:
2525
- uses: actions/checkout@v5

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ classifiers = [
1313
"Development Status :: 4 - Beta",
1414
"License :: OSI Approved :: BSD License",
1515
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3.8",
1716
"Programming Language :: Python :: 3.9",
1817
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
2019
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2122
]
2223
description = "CLI to convert yaml into ics."
2324

0 commit comments

Comments
 (0)