Skip to content

Commit

Permalink
add python3.10 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
Günther Jena committed Sep 28, 2022
1 parent ed66363 commit aae155f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 3.7
- 3.8
- 3.9
- 3.10
dist: xenial
sudo: true
install:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
description='Carefully crafted library to operate with continuous ' +
'streams of data in a reactive style with publish/subscribe ' +
Expand Down

0 comments on commit aae155f

Please sign in to comment.