Skip to content

Commit

Permalink
Bump micro version; drop Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbueno committed Nov 15, 2024
1 parent ff9431b commit b0f6bd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion extracontext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .contextlocal_native import NativeContextLocal
from .executor import ContextPreservingExecutor

__version__ = "1.1.0"
__version__ = "1.1.1"

__all__ = [
"ContextLocal",
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ authors = [{ name = "Joao S. O. Bueno" }]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit b0f6bd1

Please sign in to comment.