File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1392,7 +1392,7 @@ def main(args=None):
1392
1392
print (f'#\n # File created by this command:\n # { " " .join (sys .argv )} \n #' , file = f )
1393
1393
print (f'# Running: { sys .argv [0 ]} version { __version__ } \n ' , file = f )
1394
1394
1395
- print (f'{ conda_exe } { conda_args } ' ,end = ' ' , file = f )
1395
+ print (f'{ conda_exe } { conda_args } ' , end = ' ' , file = f )
1396
1396
print (f'{ prog_path ["omicron_archive" ]} --indir { str (mergedir .absolute ())} -vvv' , file = f )
1397
1397
1398
1398
archive_script .chmod (0o755 )
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ classifiers =
30
30
Operating System :: Unix
31
31
Operating System :: MacOS
32
32
Programming Language :: Python :: 3
33
- Programming Language :: Python :: 3.9
34
33
Programming Language :: Python :: 3.10
35
34
Programming Language :: Python :: 3.11
36
35
Topic :: Scientific/Engineering
@@ -60,7 +59,7 @@ per-file-ignores =
60
59
61
60
[options]
62
61
packages = find:
63
- python_requires = >=3.9
62
+ python_requires = >=3.10
64
63
install_requires =
65
64
dqsegdb2 >= 1.2.0
66
65
gwdatafind
You can’t perform that action at this time.
0 commit comments