Skip to content

Commit

Permalink
set string python version
Browse files Browse the repository at this point in the history
  • Loading branch information
pachCode committed Apr 1, 2024
1 parent 3970225 commit 842c592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
package_data=dict(cuenca=['py.typed']),
python_requires='>=3.6',
python_requires='>=3.8',
install_requires=[
'requests>=2.24,<28',
'dataclasses>=0.7;python_version<"3.8"',
Expand Down

0 comments on commit 842c592

Please sign in to comment.