mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2026-03-05 04:54:14 +00:00
add python 3.14
This commit is contained in:
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
@@ -15,9 +15,9 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 3
|
max-parallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.11', '3.12', '3.13']
|
python-version: ['3.11', '3.12', '3.13', '3.14']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "sync_ics2gcal"
|
name = "sync_ics2gcal"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
description = "Sync ics file with Google calendar"
|
description = "Sync ics file with Google calendar"
|
||||||
authors = ["Dmitry Belyaev <b4tm4n@mail.ru>"]
|
authors = ["Dmitry Belyaev <b4tm4n@mail.ru>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -14,6 +14,7 @@ classifiers = [
|
|||||||
'Programming Language :: Python :: 3.11',
|
'Programming Language :: Python :: 3.11',
|
||||||
'Programming Language :: Python :: 3.12',
|
'Programming Language :: Python :: 3.12',
|
||||||
'Programming Language :: Python :: 3.13',
|
'Programming Language :: Python :: 3.13',
|
||||||
|
'Programming Language :: Python :: 3.14',
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user