From 55f1feae3b0842bdf499c416b224761ac95c3640 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 1 Mar 2026 11:59:55 +0300 Subject: [PATCH] add python 3.14 --- .github/workflows/pythonpackage.yml | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index a2eca55..efb0eaa 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -15,9 +15,9 @@ jobs: runs-on: ubuntu-latest strategy: - max-parallel: 3 + max-parallel: 4 matrix: - python-version: ['3.11', '3.12', '3.13'] + python-version: ['3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index d592246..fff6e09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sync_ics2gcal" -version = "0.1.5" +version = "0.1.6" description = "Sync ics file with Google calendar" authors = ["Dmitry Belyaev "] license = "MIT" @@ -14,6 +14,7 @@ classifiers = [ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', ] [tool.poetry.dependencies]