Skip to content

Commit 6122492

Browse files
committed
Stop support for py3.8, start support for py3.13
1 parent cc00c61 commit 6122492

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
28+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2929
fail-fast: false
3030

3131
services:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ classifiers = [
2020
'License :: OSI Approved :: MIT License',
2121
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
2222
'Programming Language :: Python',
23-
'Programming Language :: Python :: 3.8',
2423
'Programming Language :: Python :: 3.9',
2524
'Programming Language :: Python :: 3.10',
2625
'Programming Language :: Python :: 3.11',
2726
'Programming Language :: Python :: 3.12',
27+
'Programming Language :: Python :: 3.13',
2828
]
2929
keywords = ['workflow', 'multithreaded', 'rabbitmq']
30-
requires-python = '>=3.8'
30+
requires-python = '>=3.9'
3131
dependencies = [
3232
'kiwipy[rmq]~=0.8.5',
3333
'nest_asyncio~=1.5,>=1.5.1',

0 commit comments

Comments
 (0)