From 547c2dd60d0ba9715234d72e9418ac5bc72a4470 Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Thu, 30 Dec 2021 10:49:53 +0000 Subject: [PATCH] changed pyproject and changelog --- CHANGELOG | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 754661993..b21d49760 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,7 +31,7 @@ https://keepachangelog.com/en/0.3.0/ - added a few new Jupyter notebooks * 0.9.3: -- Changed the python version requirement to be 3.9+ +- Changed the python version requirement to be 3.9+ - Restructured the population grid object by splitting off functions that belong in the same category and storing them in a mixin-class within the population_extensions/ dir. - merged the HPC branch: - added Condor support diff --git a/pyproject.toml b/pyproject.toml index fac2fa808..eda419d6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ target-version = ['py36'] [tool.coverage] -omit = - test_*.py +#omit = +# test_*.py -- GitLab