Adversarial-Deep-Learning / code-soup

This is a collection of algorithms and approaches used in the book adversarial deep learning
MIT License
18 stars 18 forks source link

Remove 3.7 and 3.9 Python versions from CI (Only 3.8 now) #12

Closed Devanshu24 closed 3 years ago

Devanshu24 commented 3 years ago

Ubuntu 20.x uses 3.8, so seems like the good one to have

codecov[bot] commented 3 years ago

Codecov Report

Merging #12 (0501f4f) into main (09d01a5) will decrease coverage by 64.71%. The diff coverage is n/a.

@@             Coverage Diff             @@
##             main      #12       +/-   ##
===========================================
- Coverage   96.96%   32.25%   -64.72%     
===========================================
  Files           7        7               
  Lines          33       93       +60     
===========================================
- Hits           32       30        -2     
- Misses          1       63       +62     
Impacted Files Coverage Δ
code_soup/ch5/__init__.py 100.00% <0.00%> (ø)
code_soup/ch5/dummy.py
code_soup/chapter_5/models/discriminator.py
code_soup/chapter_5/models/generator.py
code_soup/chapter_5/datasets/mnist.py
code_soup/chapter_5/models/__init__.py
code_soup/chapter_5/datasets/__init__.py
code_soup/ch5/models/__init__.py 100.00% <0.00%> (ø)
code_soup/ch5/datasets/__init__.py 100.00% <0.00%> (ø)
code_soup/ch5/mnist_gan.py 0.00% <0.00%> (ø)
... and 3 more
someshsingh22 commented 3 years ago

@Devanshu24 Can you rename the title to removing 3.7 and 3.9