Skip to content

Commit 250fbd5

Browse files
authored
Merge pull request #73 from mtreinish/3.12-support
Add support for Python 3.12
2 parents f64ee6b + 53bf612 commit 250fbd5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.7']
13+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.7']
1414
os: ['ubuntu-latest']
1515
steps:
1616
- uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def _get_version_from_file(filename, start_of_line, split_marker):
4343
'Programming Language :: Python :: 3.9',
4444
'Programming Language :: Python :: 3.10',
4545
'Programming Language :: Python :: 3.11',
46+
'Programming Language :: Python :: 3.12',
4647
'Topic :: Software Development :: Testing',
4748
],
4849
keywords='python test streaming',

0 commit comments

Comments
 (0)