msad 0.4.2__tar.gz → 0.4.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: msad
3
- Version: 0.4.2
3
+ Version: 0.4.3
4
4
  Summary: msad is a commandline for interacting with Active Directory
5
5
  Project-URL: Homepage, https://github.com/matteoredaelli/msad
6
6
  Project-URL: Issues, https://github.com/matteoredaelli/msad/issues
@@ -9,7 +9,7 @@ License-Expression: GPL-3.0-or-later
9
9
  License-File: LICENSE
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
- Requires-Python: >=3.11
12
+ Requires-Python: >=3.9
13
13
  Requires-Dist: click==8.1.8
14
14
  Requires-Dist: cryptography==44.0.2
15
15
  Requires-Dist: gssapi==1.9.0
@@ -1,12 +1,12 @@
1
1
  [project]
2
2
  name = "msad"
3
- version = "0.4.2"
3
+ version = "0.4.3"
4
4
  authors = [
5
5
  { name="Matteo Redaelli", email="matteo.redaelli@gmail.com" },
6
6
  ]
7
7
  description = "msad is a commandline for interacting with Active Directory"
8
8
  readme = "README.md"
9
- requires-python = ">=3.11"
9
+ requires-python = ">=3.9"
10
10
 
11
11
  dependencies = [
12
12
  "click==8.1.8",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes