Skip to content

Commit

Permalink
Drop python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuen committed Apr 10, 2024
1 parent 60c195d commit 2e6b07c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
python-version: [
"3.7",
"3.8",
"3.9",
"3.10",
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
| Testing | Coverage |
| :-----: | :------: |
| [![Build Status](https://travis-ci.org/icecubeopensource/tfscripts.svg?branch=master)](https://travis-ci.org/icecubeopensource/tfscripts) | [![Coverage Status](https://codecov.io/gh/icecubeopensource/tfscripts/branch/master/graph/badge.svg)](https://codecov.io/gh/icecubeopensource/tfscripts/branch/master)
| [![Unit Tests](https://github.com/icecube/tfscripts/actions/workflows/test_suite.yml/badge.svg)](https://github.com/icecube/tfscripts/actions/workflows/test_suite.yml)
[![codecov](https://codecov.io/github/icecube/tfscripts/graph/badge.svg?token=ZQ6K8V9F4U)](https://codecov.io/github/icecube/tfscripts)



# TFScripts
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 2e6b07c

Please sign in to comment.