Skip to content

Commit 3f91f86

Browse files
Merge pull request #99 from jarrodmillman/py313-dev
Test on Python 3.13-dev
2 parents bd2fbff + f6dde8f commit 3f91f86

2 files changed

Lines changed: 4 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-dev"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
2323

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

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ classifiers = [
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
2021
]
2122
description = "CLI to convert yaml into ics."
2223

2324
dependencies = [
24-
"ics-vtimezones == 2020.1",
25+
"ics-vtimezones == 2020.2",
2526
"ics == 0.8.0.dev0",
2627
"python-dateutil >= 2.8",
2728
"pyyaml >= 6",
29+
"importlib-resources >= 5.2.1"
2830
]
2931

3032
[project.optional-dependencies]

0 commit comments

Comments
 (0)