Skip to content

Commit

Permalink
Updated supported Python versions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 511743612
  • Loading branch information
superbobry authored and Copybara-Service committed Feb 23, 2023
1 parent bb650b9 commit 384eae3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9, '3.10']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements-tf.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tensorflow==2.5.1
tensorflow==2.11.0
tensorflow-probability==0.12.2
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ def _parse_requirements(requirements_txt_path):
'Intended Audience :: Science/Research',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit 384eae3

Please sign in to comment.