Skip to content
Snippets Groups Projects
Commit b7120307 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: drop 3.1 support

parent 190a6608
No related branches found
No related tags found
No related merge requests found
Pipeline #268710 passed
......@@ -6,11 +6,9 @@ import os
class APIGenBuild(build_py):
def run(self):
build_versions = ['3.0', '3.1', '3.2', '4.0']
build_versions = ['3.2', '4.0']
default_version = '4.0'
environ = os.environ.copy()
if not environ.get('NETDB_TOKEN', False):
build_versions.remove('3.0')
for version in build_versions:
target_dir = os.path.join(self.build_lib, 'netdb_client', f"api{version.replace('.', '')}")
self.mkpath(target_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment