Skip to content

Commit

Permalink
Fix supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Vary committed Dec 7, 2023
1 parent e28b1ba commit 8f158b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flink-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ def prepare_pyflink_dir():
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11']
'Programming Language :: Python :: 3.10']
)

print("\nFlink Kafka connector package is ready\n")

0 comments on commit 8f158b9

Please sign in to comment.