Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Feb 14, 2022
1 parent 85643d9 commit 5e0bc7d
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 14 deletions.
96 changes: 85 additions & 11 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion powerschool/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "3.0.0"
__version__ = "3.1.2"

from .client import PowerSchool
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "powerschool"
version = "3.0.1"
version = "3.1.2"
description = "Python client for the PowerSchool API"
authors = [
{name = "Charlie Bini", email = "[email protected]"},
Expand All @@ -12,7 +12,7 @@ dependencies = [
"fiql-parser>=0.15",
"requests-oauthlib>=1.3.1",
]
requires-python = ">=3.9"
requires-python = ">=3.6.2"
license = {text = "GPL-3.0-or-later"}

[project.urls]
Expand Down

0 comments on commit 5e0bc7d

Please sign in to comment.