Skip to content

Commit

Permalink
Merge pull request #73 from mtreinish/3.12-support
Browse files Browse the repository at this point in the history
Add support for Python 3.12
  • Loading branch information
mtreinish authored Nov 17, 2023
2 parents f64ee6b + 53bf612 commit 250fbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.7']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.7']
os: ['ubuntu-latest']
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def _get_version_from_file(filename, start_of_line, split_marker):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development :: Testing',
],
keywords='python test streaming',
Expand Down

0 comments on commit 250fbd5

Please sign in to comment.