Skip to content

Commit dcd5a49

Browse files
committed
Update ci settings
1 parent 9379db2 commit dcd5a49

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/python-pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
tf-version: [2.5.3, 2.6.4, 2.7.4, 2.8.4, 2.9.3]
2020
include:
2121
- python-version: "3.10"
22-
tf-version: 2.8.4
23-
- python-version: 3.9
24-
tf-version: 2.6.4
22+
tf-version: 2.10
23+
- python-version: "3.10"
24+
tf-version: 2.11
2525
- python-version: 3.8
2626
tf-version: 2.3.1
2727
- python-version: 3.8

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def execfile(fname, globs, locs=None):
9898
'Programming Language :: Python :: 3.6',
9999
'Programming Language :: Python :: 3.7',
100100
'Programming Language :: Python :: 3.8',
101+
'Programming Language :: Python :: 3.9',
101102
'Topic :: Scientific/Engineering',
102103
'Topic :: Scientific/Engineering :: Artificial Intelligence',
103104
'Topic :: Software Development',

0 commit comments

Comments
 (0)