Skip to content

Commit

Permalink
Dependencies: Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Nov 13, 2023
1 parent e090a2e commit a12baac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

services:
rabbitmq:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
rabbitmq: [latest]
include:
- python-version: '3.8'
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]
keywords = ['ommunication', 'messaging', 'rpc', 'broadcast']
requires-python = '>=3.8'
Expand Down Expand Up @@ -60,7 +61,7 @@ tests = [
'pytest-cov',
'pytest~=7.0',
'pytest-asyncio~=0.12,<0.17',
'pytest-notebook>=0.7',
'pytest-notebook>=0.9',
'pytest-benchmark',
'pika',
'msgpack',
Expand Down

0 comments on commit a12baac

Please sign in to comment.