Skip to content

Commit e3f4c7e

Browse files
committed
Dependencies: Add support for Python 3.12
1 parent 6a99d37 commit e3f4c7e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/cd.yml

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

5757
strategy:
5858
matrix:
59-
python-version: ['3.9', '3.10', '3.11']
59+
python-version: ['3.9', '3.10', '3.11', '3.12']
6060

6161
services:
6262
rabbitmq:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python-version: ['3.9', '3.10', '3.11']
38+
python-version: ['3.9', '3.10', '3.11', '3.12']
3939

4040
services:
4141
rabbitmq:

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
'Topic :: Scientific/Engineering'
2122
]
2223
dependencies = [

0 commit comments

Comments
 (0)