Skip to content

Commit

Permalink
Merge pull request #26 from karellen/python_3.12
Browse files Browse the repository at this point in the history
Enable Python 3.12
  • Loading branch information
arcivanov authored Jul 11, 2023
2 parents b35088b + 2bb4695 commit cc4bec9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
# - windows-latest
# - macos-latest
python-version:
- '3.12-dev'
- '3.11'
- '3.10'
- '3.9'
- '3.8'
- '3.7'
- 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9'
with-venv:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ Supported Platforms
All claims of support may not be real at all. You're welcome to experiment. See warnings on top.

* Linux and Darwin.
* CPython 3.7, 3.8, 3.9, 3.10, 3.11
* PyPy 3.7, 3.8, 3.9
* CPython 3.7, 3.8, 3.9, 3.10, 3.11, 3.12
* PyPy 3.8, 3.9

Known Issues
============
Expand Down
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
use_plugin("copy_resources")

name = "geventmp"
version = "0.0.7"
version = "0.0.8.dev"

summary = "Multiprocessing Gevent Extension"
authors = [Author("Karellen, Inc.", "supervisor@karellen.co")]
Expand Down Expand Up @@ -82,6 +82,7 @@ def set_properties(project):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Operating System :: MacOS :: MacOS X",
Expand Down

0 comments on commit cc4bec9

Please sign in to comment.