Skip to content

Commit

Permalink
Latest python version is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Dec 4, 2021
1 parent 7365cf9 commit 51effc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10"]
python: ["3.7", "3.8", "3.9"]
operating-system: ["ubuntu-latest"]
installable: ["wheel", "sdist"]

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
kink>=0.6
libscrc>=1.6
setuptools>=57.4
pjon_cython>=11.2
fastnumbers>=3.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def find_version(*file_paths):
package_data={"fb_bus_connector_plugin": ["py.typed"]},
install_requires=[
"kink",
"libscrc"
"pjon_cython",
"setuptools",
"fastnumbers",
Expand Down

0 comments on commit 51effc0

Please sign in to comment.