Skip to content

Commit 327f289

Browse files
committed
Work on build and test workflow error.
1 parent 1ea5734 commit 327f289

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

omicron/cli/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ def main(args=None):
13921392
print(f'#\n# File created by this command:\n# {" ".join(sys.argv)}\n#', file=f)
13931393
print(f'# Running: {sys.argv[0]} version {__version__}\n', file=f)
13941394

1395-
print(f'{conda_exe} {conda_args} ',end=' ', file=f)
1395+
print(f'{conda_exe} {conda_args} ', end=' ', file=f)
13961396
print(f'{prog_path["omicron_archive"]} --indir {str(mergedir.absolute())} -vvv', file=f)
13971397

13981398
archive_script.chmod(0o755)

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ classifiers =
3030
Operating System :: Unix
3131
Operating System :: MacOS
3232
Programming Language :: Python :: 3
33-
Programming Language :: Python :: 3.9
3433
Programming Language :: Python :: 3.10
3534
Programming Language :: Python :: 3.11
3635
Topic :: Scientific/Engineering
@@ -60,7 +59,7 @@ per-file-ignores =
6059

6160
[options]
6261
packages = find:
63-
python_requires = >=3.9
62+
python_requires = >=3.10
6463
install_requires =
6564
dqsegdb2 >= 1.2.0
6665
gwdatafind

0 commit comments

Comments
 (0)