Skip to content

Commit 74f59fc

Browse files
committed
Test on Python 3.13-dev
1 parent bd2fbff commit 74f59fc

2 files changed

Lines changed: 2 additions & 1 deletion

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ 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

0 commit comments

Comments
 (0)