Skip to content

Commit

Permalink
Merge pull request #99 from jarrodmillman/py313-dev
Browse files Browse the repository at this point in the history
Test on Python 3.13-dev
  • Loading branch information
jarrodmillman authored Jul 5, 2024
2 parents bd2fbff + f6dde8f commit 3f91f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos, windows]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
description = "CLI to convert yaml into ics."

dependencies = [
"ics-vtimezones == 2020.1",
"ics-vtimezones == 2020.2",
"ics == 0.8.0.dev0",
"python-dateutil >= 2.8",
"pyyaml >= 6",
"importlib-resources >= 5.2.1"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 3f91f86

Please sign in to comment.