Skip to content

Commit

Permalink
- Drop support for Python 3.6 and 3.7
Browse files Browse the repository at this point in the history
- Bump requirements
  • Loading branch information
WinterPhoenix committed Feb 21, 2025
1 parent aaab894 commit b5e6461
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ A python module for interacting with various parts of Steam_.

A fork of `ValvePython/steam <https://github.com/ValvePython/steam>`_, which has apparently been abandoned.

Supports Python ``3.6+``.
Supports Python ``3.8+``.

Documentation (**WARNING** - out of date): http://steam.readthedocs.io/en/latest/

Expand Down
15 changes: 9 additions & 6 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

-r requirements.txt

vcrpy==4.4.0 # TODO: 5.0.0 drops support for Python 3.7
PyYAML>=5.4
mock==1.3.0
coverage>=5.0
pytest-cov>=2.7.0
coveralls>=2.1.2
# See https://github.com/kevin1024/vcrpy/issues/888
urllib3==2.2.3
vcrpy==6.0.2 # TODO: 7.0.0 drops support for Python 3.8

PyYAML>=6.0.2
mock>=5.1.0
coverage==7.6.1
pytest-cov==5.0.0
coveralls>=4.0.1
12 changes: 5 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
pycryptodomex>=3.7.0
requests>=2.9.1
urllib3<2 # See https://github.com/kevin1024/vcrpy/pull/699#issuecomment-1551439663
pycryptodomex>=3.21.0
requests>=2.32.2
cachetools>=5.5.2
vdf @ git+https://github.com/solsticegamestudios/[email protected]
cachetools>=3.0.0

gevent>=1.3.0
protobuf~=3.0
gevent>=22.10
protobuf~=5.29.3
gevent-eventemitter~=2.1
wsproto~=1.2.0

0 comments on commit b5e6461

Please sign in to comment.