Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into flared/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Morin committed Jul 4, 2024
2 parents 3224d3c + eac81cb commit 1d29dbb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- python-version: "3.5"
pip-trusted-host: "pypi.python.org pypi.org files.pythonhosted.org"

steps:
- uses: actions/checkout@v4
Expand All @@ -21,8 +18,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
env:
PIP_TRUSTED_HOST: ${{ matrix.pip-trusted-host }}

- name: Display Python version
run: python -c "import sys; print(sys.version)"
Expand Down
2 changes: 1 addition & 1 deletion fuseparts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.7post6"
__version__ = "1.0.8post1"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 1d29dbb

Please sign in to comment.