Skip to content

Commit

Permalink
Added some python 3.12 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavajay committed Oct 11, 2023
1 parent e13a0c9 commit abf13d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: "3.12"

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.12.0
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ def run(self): # noqa: C901
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Communications",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38,py39,py310,py311
envlist = py37,py38,py39,py310,py311,py312
skipsdist = True

[testenv]
Expand Down

0 comments on commit abf13d6

Please sign in to comment.