Skip to content

Commit

Permalink
Merge pull request #29 from chr0mag/python3.11
Browse files Browse the repository at this point in the history
Python 3.11 support
  • Loading branch information
chr0mag authored Apr 16, 2023
2 parents f176904 + 66a3529 commit 0a007b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/geoipsets/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.4
2.3.5
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
packages=find_packages(exclude=("tests",)),
include_package_data=True,
Expand Down

0 comments on commit 0a007b0

Please sign in to comment.