Skip to content

Commit b2b49cd

Browse files
authored
Merge pull request #24 from karellen/release_0.0.6
Release 0.0.6
2 parents f96c375 + b9ea256 commit b2b49cd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ Supported Platforms
118118
All claims of support may not be real at all. You're welcome to experiment. See warnings on top.
119119

120120
* Linux and Darwin.
121-
* CPython 3.6, 3.7, 3.8, 3.9, 3.10
122-
* PyPy 3.7, 3.8
121+
* CPython 3.7, 3.8, 3.9, 3.10, 3.11
122+
* PyPy 3.7, 3.8, 3.9
123123

124124
Known Issues
125125
============

build.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
use_plugin("copy_resources")
2626

2727
name = "geventmp"
28-
version = "0.0.5"
28+
version = "0.0.6"
2929

3030
summary = "Multiprocessing Gevent Extension"
3131
authors = [Author("Karellen, Inc.", "supervisor@karellen.co")]
@@ -77,7 +77,6 @@ def set_properties(project):
7777

7878
project.set_property("distutils_classifiers", [
7979
"License :: OSI Approved :: Apache Software License",
80-
"Programming Language :: Python :: 3.6",
8180
"Programming Language :: Python :: 3.7",
8281
"Programming Language :: Python :: 3.8",
8382
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)