Skip to content

Commit

Permalink
Test on py3.11 (#162)
Browse files Browse the repository at this point in the history
* Test on py3.11

* Update confluent kafka to latest, which includes wheels for 3.11
  • Loading branch information
JulienPeloton authored Feb 2, 2023
1 parent 50e0da6 commit b275b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage>=4.2
coveralls
codecov
confluent-kafka==1.9.2
confluent-kafka==2.0.2
fastavro==1.6.0
astropy
numpy
Expand Down

0 comments on commit b275b9f

Please sign in to comment.