Skip to content

Commit

Permalink
Remove Python 3.8 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Jun 8, 2024
1 parent e80c8e7 commit ddfabc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fair-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest] #, macos-latest]
python: ["3.8", "3.9", "3.10", "3.11", "3.x"]
python: ["3.9", "3.10", "3.11", "3.x"]
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ authors = [
classifiers = [
"License :: OSI Approved :: BSD License",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -25,7 +24,7 @@ classifiers = [
]
description = "Synchronization interface for the SCRC FAIR Data Pipeline registry"
name = "fair-cli"
version = "0.9.4"
version = "0.9.5"

homepage = "https://www.fairdatapipeline.org/"

Expand Down

0 comments on commit ddfabc3

Please sign in to comment.