okta / okta-jwt-verifier-python

okta-jwt-verifier-python
https://github.com/okta/okta-jwt-verifier-python
Apache License 2.0
33 stars 17 forks source link

Add CI checks for python 3.9 and 3.10, update setup.py #30

Closed serhiibuniak-okta closed 2 years ago

serhiibuniak-okta commented 2 years ago

The following parameter in setup.py allows package to be accessible for any python version starting from 3.6

 python_requires=">=3.6",

This PR add CI check for new python version. Additionally, update "Programming Language" section on PYPI (actual update will be made after package uploading):

Screenshot 2021-10-12 at 18 53 49