Skip to content

Commit

Permalink
Update python version for pypi (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: vidit bhargava <viditbhargava@dropbox.com>
  • Loading branch information
vidit2606 and vidit bhargava committed Mar 28, 2024
1 parent ce43672 commit 16c60f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypiupload.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.x]
python-version: [3.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@

dist = setup(
name='stone',
version='3.3.2',
version='3.3.3',
install_requires=install_reqs,
setup_requires=setup_requires,
tests_require=test_reqs,
Expand Down

0 comments on commit 16c60f2

Please sign in to comment.