Skip to content

Commit

Permalink
CI: add supported python versions to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow committed Feb 18, 2024
1 parent 46989e6 commit b27fdbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
packages=[
'domainconnect',
Expand Down

0 comments on commit b27fdbf

Please sign in to comment.