Skip to content

Commit

Permalink
bumped Python dependency from 3.8 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
8go committed May 2, 2024
1 parent cbc8cf4 commit 85d233f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.1
7.6.2
Binary file removed dist/matrix_commander-7.6.1.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/matrix_commander-7.6.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

# version number
VERSION = "2024-05-02"
VERSIONNR = "7.6.1"
VERSIONNR = "7.6.2"
# matrix-commander; for backwards compitability replace _ with -
PROG_WITHOUT_EXT = os.path.splitext(os.path.basename(__file__))[0].replace(
"_", "-"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://packaging.python.org/en/latest/tutorials/packaging-projects/
# https://setuptools.pypa.io/en/latest/userguide/
name = matrix-commander
version = 7.6.1
version = 7.6.2
author = 8go
description = A simple command-line Matrix client
long_description = file: PyPi-Instructions.md, README.md
Expand All @@ -28,7 +28,7 @@ classifiers =
package_dir =
packages = find:
include_package_data = True
python_requires = >=3.8
python_requires = >=3.11
install_requires =
aiohttp
aiofiles>=0.6.0
Expand Down

0 comments on commit 85d233f

Please sign in to comment.